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

Struct closePuller

runtime/exec/environment.go:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160type closePuller struct {
161 p sbuf.Puller
162 c io.Closer
163}
164
165func (c *closePuller) Pull(done bool) (sbuf.Batch, error) {
166 batch, err := c.p.Pull(done)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected