google.golang.org/api/support/bundler.Bundler.tail (field)
9 uses
google.golang.org/api/support/bundler (current package)
bundler.go#L105: tail *bundle
bundler.go#L180: } else if b.tail != nil {
bundler.go#L182: b.tail.next = b.curBundle
bundler.go#L183: b.tail = b.curBundle
bundler.go#L187: b.tail = b.curBundle
bundler.go#L258: if b.tail != nil && b.curBundle == nil && b.canFit(b.tail, size) {
bundler.go#L259: b.tail.add(item, size)
bundler.go#L311: b.tail = nil
![]() |
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. |