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

Struct StdioEngine

pkg/storage/stdio.go:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11var errStdioNotSupport = errors.New("method not supported with stdio source")
12
13type StdioEngine struct{}
14
15func NewStdioEngine() *StdioEngine {
16 return &StdioEngine{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected