MCPcopy Create free account
hub / github.com/brimdata/super / AppendInt

Function AppendInt

primitive.go:177–179  ·  view source on GitHub ↗
(bytes scode.Bytes, i int64)

Source from the content-addressed store, hash-verified

175}
176
177func AppendInt(bytes scode.Bytes, i int64) scode.Bytes {
178 return scode.AppendCountedVarint(bytes, i)
179}
180
181func EncodeUint(i uint64) scode.Bytes {
182 var b [8]byte

Callers 7

ConsumeMethod · 0.92
IntMethod · 0.92
ConsumeMethod · 0.92
appendPrimitiveMethod · 0.92
handleTokenMethod · 0.92
AppendDurationFunction · 0.85
AppendTimeFunction · 0.85

Calls 1

AppendCountedVarintFunction · 0.92

Tested by

no test coverage detected