Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
func
AppendInt(bytes scode.Bytes, i int64) scode.Bytes {
178
return
scode.AppendCountedVarint(bytes, i)
179
}
180
181
func
EncodeUint(i uint64) scode.Bytes {
182
var
b [8]byte
Callers
7
Consume
Method · 0.92
Int
Method · 0.92
Consume
Method · 0.92
appendPrimitive
Method · 0.92
handleToken
Method · 0.92
AppendDuration
Function · 0.85
AppendTime
Function · 0.85
Calls
1
AppendCountedVarint
Function · 0.92
Tested by
no test coverage detected