Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ namedScanner
Struct
namedScanner
sbuf/scanner.go:125–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
type
namedScanner
struct
{
126
Scanner
127
name string
128
}
129
130
func
(n *namedScanner) Pull(done bool) (Batch, error) {
131
b, err := n.Scanner.Pull(done)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected