google.golang.org/api/support/bundler.bundle.size (field)
5 uses
google.golang.org/api/support/bundler (current package)
bundler.go#L120: size int // size in bytes of all items
bundler.go#L129: bu.size += size
bundler.go#L211: return (b.BundleByteLimit <= 0 || bu.size+size <= b.BundleByteLimit) &&
bundler.go#L281: if b.curBundle.size >= b.BundleByteThreshold ||
bundler.go#L333: b.sem.Release(int64(bu.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. |