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

Method Append

vector/string.go:20–22  ·  view source on GitHub ↗
(v string)

Source from the content-addressed store, hash-verified

18}
19
20func (s *String) Append(v string) {
21 s.table.Append([]byte(v))
22}
23
24func (*String) Kind() Kind {
25 return KindString

Callers 1

SerializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected