Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Slices
Method
Slices
vector/bytes.go:100–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
func
(b BytesTable) Slices() ([]uint32, []byte) {
101
return
b.offsets, b.bytes
102
}
103
104
func
(b *BytesTable) Append(bytes []byte) {
105
b.bytes = append(b.bytes, bytes...)
Callers
3
stringOrBytesContents
Function · 0.80
count
Method · 0.80
countDict
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected