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

Method Value

vector/string.go:36–38  ·  view source on GitHub ↗
(slot uint32)

Source from the content-addressed store, hash-verified

34}
35
36func (s *String) Value(slot uint32) string {
37 return s.table.String(slot)
38}
39
40func (s *String) Table() BytesTable {
41 return s.table

Callers 1

StringValueFunction · 0.45

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected