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

Method callonGlobPattern1

compiler/parser/parser.go:23086–23090  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23084}
23085
23086func (p *parser) callonGlobPattern1() (any, error) {
23087 stack := p.vstack[len(p.vstack)-1]
23088 _ = stack
23089 return p.cur.onGlobPattern1(stack["head"], stack["tail"])
23090}
23091
23092func (c *current) onGlobStart4() (any, error) {
23093 return "*", nil

Callers

nothing calls this directly

Calls 1

onGlobPattern1Method · 0.80

Tested by

no test coverage detected