()
| 22799 | } |
| 22800 | |
| 22801 | func (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 | |
| 22807 | func (c *current) onIP6Variations30(a, b any) (any, error) { |
| 22808 | return a.(string) + joinChars(b) + "::", nil |
nothing calls this directly
no test coverage detected