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

Method onDoubleQuotedString1

compiler/parser/parser.go:22951–22953  ·  view source on GitHub ↗
(v any)

Source from the content-addressed store, hash-verified

22949}
22950
22951func (c *current) onDoubleQuotedString1(v any) (any, error) {
22952 return joinChars(v), nil
22953}
22954
22955func (p *parser) callonDoubleQuotedString1() (any, error) {
22956 stack := p.vstack[len(p.vstack)-1]

Callers 1

Calls 1

joinCharsFunction · 0.85

Tested by

no test coverage detected