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

Struct PlainInput

compiler/srcfiles/list.go:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14type PlainInput struct {
15 Text string
16}
17
18func (p *PlainInput) Load() (string, error) {
19 return p.Text, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected