Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ WriteBytes
Method
WriteBytes
csup/scode.go:54–57 ·
view source on GitHub ↗
(bytes scode.Bytes)
Source
from the content-addressed store, hash-verified
52
}
53
54
func
(p *ScodeEncoder) WriteBytes(bytes scode.Bytes) {
55
p.update(bytes)
56
p.bytes = scode.Append(p.bytes, bytes)
57
}
58
59
func
(p *ScodeEncoder) update(body scode.Bytes) {
60
p.count++
Callers
1
Dict
Method · 0.95
Calls
2
update
Method · 0.95
Append
Function · 0.92
Tested by
no test coverage detected