MCPcopy Create free account
hub / github.com/brimdata/super / EncodeBytes

Function EncodeBytes

primitive.go:43–45  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

41type TypeOfBytes struct{}
42
43func EncodeBytes(b []byte) scode.Bytes {
44 return scode.Bytes(b)
45}
46
47func DecodeBytes(zv scode.Bytes) []byte {
48 return []byte(zv)

Callers 3

GenValueFunction · 0.92
buildScodeMethod · 0.92

Calls 1

BytesTypeAlias · 0.92

Tested by 1