()
| 22788 | } |
| 22789 | |
| 22790 | func (p *parser) callonIP6Variations9() (any, error) { |
| 22791 | stack := p.vstack[len(p.vstack)-1] |
| 22792 | _ = stack |
| 22793 | return p.cur.onIP6Variations9(stack["a"], stack["b"], stack["d"], stack["e"]) |
| 22794 | } |
| 22795 | |
| 22796 | func (c *current) onIP6Variations22(a, b any) (any, error) { |
| 22797 | return "::" + joinChars(a) + b.(string), nil |
nothing calls this directly
no test coverage detected