MCPcopy Create free account
hub / github.com/segmentio/encoding / encodeInt64

Function encodeInt64

thrift/encode.go:122–124  ·  view source on GitHub ↗
(w Writer, v reflect.Value, _ flags)

Source from the content-addressed store, hash-verified

120}
121
122func encodeInt64(w Writer, v reflect.Value, _ flags) error {
123 return w.WriteInt64(v.Int())
124}
125
126func encodeFloat64(w Writer, v reflect.Value, _ flags) error {
127 return w.WriteFloat64(v.Float())

Callers

nothing calls this directly

Calls 2

WriteInt64Method · 0.65
IntMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…