container/list.List.PushFront (method)
9 uses
container/list (current package)
list.go#L147: func (l *List) PushFront(v interface{}) *Element {
crypto/tls
common.go#L1390: c.m[sessionKey] = c.q.PushFront(entry)
github.com/go-git/go-git/v5/plumbing/cache
buffer_lru.go#L59: ee := c.ll.PushFront(buffer{key, slice})
object_lru.go#L57: ee := c.ll.PushFront(obj)
github.com/golang/groupcache/lru
lru.go#L66: ele := c.ll.PushFront(&entry{key, value})
github.com/jackc/pgconn/stmtcache
lru.go#L73: el := c.l.PushFront(psd)
golang.org/x/text/unicode/bidi
bracket.go#L153: p.openers.PushFront(i)
net/http
transport.go#L2870: ele := cl.ll.PushFront(pc)
vendor/golang.org/x/text/unicode/bidi
bracket.go#L153: p.openers.PushFront(i)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |