Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
func
(s *String) Append(v string) {
21
s.table.Append([]byte(v))
22
}
23
24
func
(*String) Kind() Kind {
25
return
KindString
Callers
1
Serialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected