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

Struct FileInput

compiler/srcfiles/list.go:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type FileInput struct {
23 Name string
24}
25
26func (f *FileInput) Load() (string, error) {
27 b, err := os.ReadFile(f.Name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected