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

Method onIP6Variations2

compiler/parser/parser.go:22774–22777  ·  view source on GitHub ↗
(a, b any)

Source from the content-addressed store, hash-verified

22772}
22773
22774func (c *current) onIP6Variations2(a, b any) (any, error) {
22775 return joinChars(a) + b.(string), nil
22776
22777}
22778
22779func (p *parser) callonIP6Variations2() (any, error) {
22780 stack := p.vstack[len(p.vstack)-1]

Callers 1

callonIP6Variations2Method · 0.80

Calls 1

joinCharsFunction · 0.85

Tested by

no test coverage detected