Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Serialize
Method
Serialize
vector/bytes.go:39–41 ·
view source on GitHub ↗
(builder *scode.Builder, slot uint32)
Source
from the content-addressed store, hash-verified
37
}
38
39
func
(b *Bytes) Serialize(builder *scode.Builder, slot uint32) {
40
builder.Append(b.Value(slot))
41
}
42
43
func
(b *Bytes) Value(slot uint32) []byte {
44
return
b.table.Bytes(slot)
Callers
nothing calls this directly
Calls
2
Value
Method · 0.95
Append
Method · 0.45
Tested by
no test coverage detected