MCPcopy
hub / github.com/tinylib/msgp / ReadByteBytes

Function ReadByteBytes

msgp/read_bytes.go:780–782  ·  view source on GitHub ↗

ReadByteBytes is analogous to ReadUint8Bytes

(b []byte)

Source from the content-addressed store, hash-verified

778
779// ReadByteBytes is analogous to ReadUint8Bytes
780func ReadByteBytes(b []byte) (byte, []byte, error) {
781 return ReadUint8Bytes(b)
782}
783
784// ReadBytesBytes reads a 'bin' object
785// from 'b' and returns its vaue and

Callers 3

UnmarshalMsgMethod · 0.92
UnmarshalMsgMethod · 0.92
FuzzReadBytesFunction · 0.85

Calls 1

ReadUint8BytesFunction · 0.85

Tested by 1

FuzzReadBytesFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…