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