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

Function encodeVarintApi

cri/runtime/api.pb.go:8892–8900  ·  view source on GitHub ↗
(dAtA []byte, offset int, v uint64)

Source from the content-addressed store, hash-verified

8890}
8891
8892func encodeVarintApi(dAtA []byte, offset int, v uint64) int {
8893 for v >= 1<<7 {
8894 dAtA[offset] = uint8(v&0x7f | 0x80)
8895 v >>= 7
8896 offset++
8897 }
8898 dAtA[offset] = uint8(v)
8899 return offset + 1
8900}
8901func (m *VersionRequest) Size() (n int) {
8902 var l int
8903 _ = l

Callers 15

MarshalToMethod · 0.85
MarshalToMethod · 0.85
MarshalToMethod · 0.85
MarshalToMethod · 0.85
MarshalToMethod · 0.85
MarshalToMethod · 0.85
MarshalToMethod · 0.85
MarshalToMethod · 0.85
MarshalToMethod · 0.85
MarshalToMethod · 0.85
MarshalToMethod · 0.85
MarshalToMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…