MCPcopy
hub / github.com/github/git-sizer / Size

Interface Size

sizes/sizes.go:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type Size interface {
11 fmt.Stringer
12}
13
14type BlobSize struct {
15 Size counts.Count32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected