Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ugorji/go
/ EncodeInt
Method
EncodeInt
codec/encode.go:25–25 ·
view source on GitHub ↗
(i int64)
Source
from the content-addressed store, hash-verified
23
type
encDriver
interface
{
24
EncodeNil()
25
EncodeInt(i int64)
26
EncodeUint(i uint64)
27
EncodeBool(b bool)
28
EncodeFloat32(f float32)
Callers
15
CodecEncodeSelf
Method · 0.65
encArray4int64
Method · 0.65
EncSliceIntV
Method · 0.65
EncAsMapSliceIntV
Method · 0.65
EncSliceInt32V
Method · 0.65
EncAsMapSliceInt32V
Method · 0.65
EncSliceInt64V
Method · 0.65
EncAsMapSliceInt64V
Method · 0.65
EncMapStringIntV
Method · 0.65
EncMapStringInt32V
Method · 0.65
EncMapUint8IntV
Method · 0.65
EncMapUint8Int32V
Method · 0.65
Implementers
1
jsonEncDriver
codec/json.go
Calls
no outgoing calls
Tested by
15
CodecEncodeSelf
Method · 0.52
encArray4int64
Method · 0.52
CodecEncodeSelf
Method · 0.52
CodecEncodeSelf
Method · 0.52
CodecEncodeSelf
Method · 0.52
CodecEncodeSelf
Method · 0.52
CodecEncodeSelf
Method · 0.52
CodecEncodeSelf
Method · 0.52
CodecEncodeSelf
Method · 0.52
CodecEncodeSelf
Method · 0.52
CodecEncodeSelf
Method · 0.52
CodecEncodeSelf
Method · 0.52