MCPcopy Create free account
hub / github.com/brimdata/super / NewDeserializer

Function NewDeserializer

bsupbytes/deserializer.go:16–18  ·  view source on GitHub ↗
(reader io.Reader, templates []any)

Source from the content-addressed store, hash-verified

14}
15
16func NewDeserializer(reader io.Reader, templates []any) *Deserializer {
17 return NewDeserializerWithContext(super.NewContext(), reader, templates)
18}
19
20func NewDeserializerWithContext(sctx *super.Context, reader io.Reader, templates []any) *Deserializer {
21 u := sup.NewBSUPUnmarshaler()

Callers 4

GetBytesMethod · 0.92
DecodeObjectFunction · 0.92
decodeSnapshotFunction · 0.92
readEntriesMethod · 0.92

Calls 2

NewContextFunction · 0.92

Tested by

no test coverage detected