google.golang.org/api/support/bundler.Bundler.canFit (method)
3 uses
google.golang.org/api/support/bundler (current package)
bundler.go#L210: func (b *Bundler) canFit(bu *bundle, size int) bool {
bundler.go#L258: if b.tail != nil && b.curBundle == nil && b.canFit(b.tail, size) {
bundler.go#L264: if b.curBundle != nil && !b.canFit(b.curBundle, size) {
![]() |
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. |