Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Close
Method
Close
bsupbytes/deserializer.go:29–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
func
(d *Deserializer) Close() error {
return
d.reader.Close() }
30
31
func
(d *Deserializer) Read() (any, error) {
32
rec, err := d.reader.Read()
Callers
3
GetBytes
Method · 0.95
DecodeObject
Function · 0.95
decodeSnapshot
Function · 0.95
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected