Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vmihailenco/msgpack
/ writeCode
Method
writeCode
encode.go:258–260 ·
view source on GitHub ↗
(c byte)
Source
from the content-addressed store, hash-verified
256
}
257
258
func
(e *Encoder) writeCode(c byte) error {
259
return
e.w.WriteByte(c)
260
}
261
262
func
(e *Encoder) write(b []byte) error {
263
_, err := e.w.Write(b)
Callers
7
EncodeMapLen
Method · 0.95
EncodeNil
Method · 0.95
EncodeBool
Method · 0.95
encodeStringLen
Method · 0.95
EncodeArrayLen
Method · 0.95
encodeExtLen
Method · 0.95
encodeInternedStringIndex
Method · 0.95
Calls
1
WriteByte
Method · 0.65
Tested by
no test coverage detected