MCPcopy Index your code
hub / github.com/ByteStorage/FlyDB / Bytes

Method Bytes

lib/encoding/messagepack.go:88–90  ·  view source on GitHub ↗

Bytes is a method for MessagePackCodecEncoder. It returns a byte slice pointer b.

()

Source from the content-addressed store, hash-verified

86// Bytes is a method for MessagePackCodecEncoder.
87// It returns a byte slice pointer b.
88func (m *MessagePackCodecEncoder) Bytes() []byte {
89 return *m.b
90}
91
92// Decode is a method on MessagePackCodecDecoder that decodes MessagePack data
93// into the provided interface; returns an error if any decoding issues occur.

Callers 1

TestAddExtensionFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestAddExtensionFunction · 0.36