Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Value
Method
Value
vector/bytes.go:43–45 ·
view source on GitHub ↗
(slot uint32)
Source
from the content-addressed store, hash-verified
41
}
42
43
func
(b *Bytes) Value(slot uint32) []byte {
44
return
b.table.Bytes(slot)
45
}
46
47
func
(b *Bytes) Table() BytesTable {
48
return
b.table
Callers
2
Serialize
Method · 0.95
BytesValue
Function · 0.45
Calls
1
Bytes
Method · 0.45
Tested by
no test coverage detected