Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Len
Method
Len
vector/error.go:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
func
(e *Error) Len() uint32 {
30
return
e.Vals.Len()
31
}
32
33
func
(e *Error) Serialize(b *scode.Builder, slot uint32) {
34
e.Vals.Serialize(b, slot)
Callers
nothing calls this directly
Calls
1
Len
Method · 0.65
Tested by
no test coverage detected