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

Method onIP6Variations9

compiler/parser/parser.go:22785–22788  ·  view source on GitHub ↗
(a, b, d, e any)

Source from the content-addressed store, hash-verified

22783}
22784
22785func (c *current) onIP6Variations9(a, b, d, e any) (any, error) {
22786 return a.(string) + joinChars(b) + "::" + joinChars(d) + e.(string), nil
22787
22788}
22789
22790func (p *parser) callonIP6Variations9() (any, error) {
22791 stack := p.vstack[len(p.vstack)-1]

Callers 1

callonIP6Variations9Method · 0.80

Calls 1

joinCharsFunction · 0.85

Tested by

no test coverage detected