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

Method callonIP6Variations22

compiler/parser/parser.go:22801–22805  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22799}
22800
22801func (p *parser) callonIP6Variations22() (any, error) {
22802 stack := p.vstack[len(p.vstack)-1]
22803 _ = stack
22804 return p.cur.onIP6Variations22(stack["a"], stack["b"])
22805}
22806
22807func (c *current) onIP6Variations30(a, b any) (any, error) {
22808 return a.(string) + joinChars(b) + "::", nil

Callers

nothing calls this directly

Calls 1

onIP6Variations22Method · 0.80

Tested by

no test coverage detected