MCPcopy 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
29func (d *Deserializer) Close() error { return d.reader.Close() }
30
31func (d *Deserializer) Read() (any, error) {
32 rec, err := d.reader.Read()

Callers 3

GetBytesMethod · 0.95
DecodeObjectFunction · 0.95
decodeSnapshotFunction · 0.95

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected