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

Method onBacktickString1

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

Source from the content-addressed store, hash-verified

23019}
23020
23021func (c *current) onBacktickString1(v any) (any, error) {
23022 return joinChars(v), nil
23023}
23024
23025func (p *parser) callonBacktickString1() (any, error) {
23026 stack := p.vstack[len(p.vstack)-1]

Callers 1

callonBacktickString1Method · 0.80

Calls 1

joinCharsFunction · 0.85

Tested by

no test coverage detected