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

Method setOptions

compiler/parser/parser.go:24779–24783  ·  view source on GitHub ↗

setOptions applies the options to the parser.

(opts []Option)

Source from the content-addressed store, hash-verified

24777
24778// setOptions applies the options to the parser.
24779func (p *parser) setOptions(opts []Option) {
24780 for _, opt := range opts {
24781 opt(p)
24782 }
24783}
24784
24785type resultTuple struct {
24786 v any

Callers 1

newParserFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected