Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Append
Method
Append
vector/bytes.go:23–25 ·
view source on GitHub ↗
(v []byte)
Source
from the content-addressed store, hash-verified
21
}
22
23
func
(b *Bytes) Append(v []byte) {
24
b.table.Append(v)
25
}
26
27
func
(*Bytes) Kind() Kind {
28
return
KindBytes
Callers
1
Serialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected