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

Method onKeyWord1

compiler/parser/parser.go:23051–23053  ·  view source on GitHub ↗
(head, tail any)

Source from the content-addressed store, hash-verified

23049}
23050
23051func (c *current) onKeyWord1(head, tail any) (any, error) {
23052 return head.(string) + joinChars(tail), nil
23053}
23054
23055func (p *parser) callonKeyWord1() (any, error) {
23056 stack := p.vstack[len(p.vstack)-1]

Callers 1

callonKeyWord1Method · 0.80

Calls 1

joinCharsFunction · 0.85

Tested by

no test coverage detected