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

Method Pull

sio/csupio/vectorreader.go:73–75  ·  view source on GitHub ↗
(done bool)

Source from the content-addressed store, hash-verified

71}
72
73func (v *VectorReader) Pull(done bool) (vector.Any, error) {
74 return v.ConcurrentPull(done, 0)
75}
76
77func (v *VectorReader) ConcurrentPull(done bool, n int) (vector.Any, error) {
78 if done {

Callers

nothing calls this directly

Calls 1

ConcurrentPullMethod · 0.95

Tested by

no test coverage detected