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

Method Serialize

vector/string.go:44–46  ·  view source on GitHub ↗
(b *scode.Builder, slot uint32)

Source from the content-addressed store, hash-verified

42}
43
44func (s *String) Serialize(b *scode.Builder, slot uint32) {
45 b.Append(s.table.Bytes(slot))
46}
47
48func StringValue(val Any, slot uint32) string {
49 switch val := val.(type) {

Callers

nothing calls this directly

Calls 2

AppendMethod · 0.45
BytesMethod · 0.45

Tested by

no test coverage detected