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

Method Size

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

Source from the content-addressed store, hash-verified

9339}
9340
9341func (m *ListPodSandboxRequest) Size() (n int) {
9342 var l int
9343 _ = l
9344 if m.Filter != nil {
9345 l = m.Filter.Size()
9346 n += 1 + l + sovApi(uint64(l))
9347 }
9348 return n
9349}
9350
9351func (m *PodSandbox) Size() (n int) {
9352 var l int

Callers 1

MarshalMethod · 0.95

Calls 2

sovApiFunction · 0.85
SizeMethod · 0.45

Tested by

no test coverage detected