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

Struct Dematerializer

sbuf/materialize.go:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85type Dematerializer struct {
86 sctx *super.Context
87 mu sync.Mutex
88 parent Puller
89}
90
91func NewDematerializer(sctx *super.Context, p Puller) *Dematerializer {
92 return &Dematerializer{sctx: sctx, parent: p}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected