MCPcopy Create free account
hub / github.com/brimdata/super / Len

Method Len

vector/string.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (s *String) Len() uint32 {
33 return s.table.Len()
34}
35
36func (s *String) Value(slot uint32) string {
37 return s.table.String(slot)

Callers

nothing calls this directly

Calls 1

LenMethod · 0.65

Tested by

no test coverage detected