MCPcopy 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
35func (b *Bytes) Len() uint32 {
36 return b.table.Len()
37}
38
39func (b *Bytes) Serialize(builder *scode.Builder, slot uint32) {
40 builder.Append(b.Value(slot))

Callers

nothing calls this directly

Calls 1

LenMethod · 0.65

Tested by

no test coverage detected