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

Method callonKeyWord1

compiler/parser/parser.go:23055–23059  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23053}
23054
23055func (p *parser) callonKeyWord1() (any, error) {
23056 stack := p.vstack[len(p.vstack)-1]
23057 _ = stack
23058 return p.cur.onKeyWord1(stack["head"], stack["tail"])
23059}
23060
23061func (c *current) onKeyWordChars1() (any, error) {
23062 return string(c.text), nil

Callers

nothing calls this directly

Calls 1

onKeyWord1Method · 0.80

Tested by

no test coverage detected