Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
type
TypeOfBytes
struct
{}
42
43
func
EncodeBytes(b []byte) scode.Bytes {
44
return
scode.Bytes(b)
45
}
46
47
func
DecodeBytes(zv scode.Bytes) []byte {
48
return
[]byte(zv)
Callers
3
TestArrayWriteCopiesValueBytes
Function · 0.92
GenValue
Function · 0.92
buildScode
Method · 0.92
Calls
1
Bytes
TypeAlias · 0.92
Tested by
1
TestArrayWriteCopiesValueBytes
Function · 0.74