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

Method callonIP6Variations9

compiler/parser/parser.go:22790–22794  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22788}
22789
22790func (p *parser) callonIP6Variations9() (any, error) {
22791 stack := p.vstack[len(p.vstack)-1]
22792 _ = stack
22793 return p.cur.onIP6Variations9(stack["a"], stack["b"], stack["d"], stack["e"])
22794}
22795
22796func (c *current) onIP6Variations22(a, b any) (any, error) {
22797 return "::" + joinChars(a) + b.(string), nil

Callers

nothing calls this directly

Calls 1

onIP6Variations9Method · 0.80

Tested by

no test coverage detected