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

Method callonDoubleQuotedString1

compiler/parser/parser.go:22955–22959  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22953}
22954
22955func (p *parser) callonDoubleQuotedString1() (any, error) {
22956 stack := p.vstack[len(p.vstack)-1]
22957 _ = stack
22958 return p.cur.onDoubleQuotedString1(stack["v"])
22959}
22960
22961func (c *current) onDoubleQuotedChar2() (any, error) {
22962 return string(c.text), nil

Callers

nothing calls this directly

Calls 1

onDoubleQuotedString1Method · 0.80

Tested by

no test coverage detected