Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ NewBytesEmpty
Function
NewBytesEmpty
vector/bytes.go:19–21 ·
view source on GitHub ↗
(cap uint32)
Source
from the content-addressed store, hash-verified
17
}
18
19
func
NewBytesEmpty(cap uint32) *Bytes {
20
return
NewBytes(NewBytesTableEmpty(cap))
21
}
22
23
func
(b *Bytes) Append(v []byte) {
24
b.table.Append(v)
Callers
3
Call
Method · 0.92
Call
Method · 0.92
Call
Method · 0.92
Calls
2
NewBytesTableEmpty
Function · 0.85
NewBytes
Function · 0.70
Tested by
no test coverage detected