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

Method onIP6Variations22

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

Source from the content-addressed store, hash-verified

22794}
22795
22796func (c *current) onIP6Variations22(a, b any) (any, error) {
22797 return "::" + joinChars(a) + b.(string), nil
22798
22799}
22800
22801func (p *parser) callonIP6Variations22() (any, error) {
22802 stack := p.vstack[len(p.vstack)-1]

Callers 1

callonIP6Variations22Method · 0.80

Calls 1

joinCharsFunction · 0.85

Tested by

no test coverage detected