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

Method onIP6Variations30

compiler/parser/parser.go:22807–22810  ·  view source on GitHub ↗
(a, b any)

Source from the content-addressed store, hash-verified

22805}
22806
22807func (c *current) onIP6Variations30(a, b any) (any, error) {
22808 return a.(string) + joinChars(b) + "::", nil
22809
22810}
22811
22812func (p *parser) callonIP6Variations30() (any, error) {
22813 stack := p.vstack[len(p.vstack)-1]

Callers 1

callonIP6Variations30Method · 0.80

Calls 1

joinCharsFunction · 0.85

Tested by

no test coverage detected