MCPcopy Create free account
hub / github.com/weaveworks/scope / Size

Method Size

cri/runtime/api.pb.go:10287–10295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10285}
10286
10287func (m *PullImageResponse) Size() (n int) {
10288 var l int
10289 _ = l
10290 l = len(m.ImageRef)
10291 if l > 0 {
10292 n += 1 + l + sovApi(uint64(l))
10293 }
10294 return n
10295}
10296
10297func (m *RemoveImageRequest) Size() (n int) {
10298 var l int

Callers 1

MarshalMethod · 0.95

Calls 1

sovApiFunction · 0.85

Tested by

no test coverage detected