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) {