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