MCPcopy 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
29func (e *Error) Len() uint32 {
30 return e.Vals.Len()
31}
32
33func (e *Error) Serialize(b *scode.Builder, slot uint32) {
34 e.Vals.Serialize(b, slot)

Callers

nothing calls this directly

Calls 1

LenMethod · 0.65

Tested by

no test coverage detected