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

Method onGlobPattern1

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

Source from the content-addressed store, hash-verified

23079}
23080
23081func (c *current) onGlobPattern1(head, tail any) (any, error) {
23082 return head.(string) + joinChars(tail), nil
23083
23084}
23085
23086func (p *parser) callonGlobPattern1() (any, error) {
23087 stack := p.vstack[len(p.vstack)-1]

Callers 1

callonGlobPattern1Method · 0.80

Calls 1

joinCharsFunction · 0.85

Tested by

no test coverage detected