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

Method Pull

sbuf/materialize.go:95–97  ·  view source on GitHub ↗
(done bool)

Source from the content-addressed store, hash-verified

93}
94
95func (d *Dematerializer) Pull(done bool) (vector.Any, error) {
96 return d.ConcurrentPull(done, 0)
97}
98
99func (d *Dematerializer) ConcurrentPull(done bool, _ int) (vector.Any, error) {
100 d.mu.Lock()

Callers 1

CreateVectorFunction · 0.95

Calls 1

ConcurrentPullMethod · 0.95

Tested by

no test coverage detected