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

Function noEOF

cmd/super/dev/dig/frames/command.go:248–253  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

246}
247
248func noEOF(err error) error {
249 if err == io.EOF {
250 err = nil
251 }
252 return err
253}

Callers 1

nextFrameMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected