MCPcopy 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
68func (f FieldNumber) Int64(v int64) RawMessage {
69 return AppendVarint(nil, f, uint64(v))
70}
71
72func (f FieldNumber) Uint(v uint) RawMessage {
73 return f.Uint64(uint64(v))

Callers 6

IntMethod · 0.95
Int32Method · 0.95
ValueMethod · 0.95
RewriteMethod · 0.80
TestNumberAccessorsFunction · 0.80

Calls 1

AppendVarintFunction · 0.85

Tested by 1

TestNumberAccessorsFunction · 0.64