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

Method callonIP6Variations2

compiler/parser/parser.go:22779–22783  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22777}
22778
22779func (p *parser) callonIP6Variations2() (any, error) {
22780 stack := p.vstack[len(p.vstack)-1]
22781 _ = stack
22782 return p.cur.onIP6Variations2(stack["a"], stack["b"])
22783}
22784
22785func (c *current) onIP6Variations9(a, b, d, e any) (any, error) {
22786 return a.(string) + joinChars(b) + "::" + joinChars(d) + e.(string), nil

Callers

nothing calls this directly

Calls 1

onIP6Variations2Method · 0.80

Tested by

no test coverage detected