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

Method Progress

sbuf/scanner.go:80–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79
80func (s *scanner) Progress() vio.Progress {
81 return s.progress.Copy()
82}
83
84// Read implements Reader.Read.
85func (s *scanner) Read() (*super.Value, error) {

Callers

nothing calls this directly

Calls 1

CopyMethod · 0.45

Tested by

no test coverage detected