Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/segmentio/encoding
/ Int64
Method
Int64
proto/message.go:68–70 ·
view source on GitHub ↗
(v int64)
Source
from the content-addressed store, hash-verified
66
}
67
68
func
(f FieldNumber) Int64(v int64) RawMessage {
69
return
AppendVarint(nil, f, uint64(v))
70
}
71
72
func
(f FieldNumber) Uint(v uint) RawMessage {
73
return
f.Uint64(uint64(v))
Callers
6
Int
Method · 0.95
Int32
Method · 0.95
Value
Method · 0.95
parseRewriteTemplateInt64
Function · 0.80
Rewrite
Method · 0.80
TestNumberAccessors
Function · 0.80
Calls
1
AppendVarint
Function · 0.85
Tested by
1
TestNumberAccessors
Function · 0.64