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

Method callonSingleQuotedString1

compiler/parser/parser.go:22945–22949  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22943}
22944
22945func (p *parser) callonSingleQuotedString1() (any, error) {
22946 stack := p.vstack[len(p.vstack)-1]
22947 _ = stack
22948 return p.cur.onSingleQuotedString1(stack["v"])
22949}
22950
22951func (c *current) onDoubleQuotedString1(v any) (any, error) {
22952 return joinChars(v), nil

Callers

nothing calls this directly

Calls 1

onSingleQuotedString1Method · 0.80

Tested by

no test coverage detected