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

Method callonIP6Variations30

compiler/parser/parser.go:22812–22816  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22810}
22811
22812func (p *parser) callonIP6Variations30() (any, error) {
22813 stack := p.vstack[len(p.vstack)-1]
22814 _ = stack
22815 return p.cur.onIP6Variations30(stack["a"], stack["b"])
22816}
22817
22818func (c *current) onIP6Variations40() (any, error) {
22819 return "::", nil

Callers

nothing calls this directly

Calls 1

onIP6Variations30Method · 0.80

Tested by

no test coverage detected