()
| 22810 | } |
| 22811 | |
| 22812 | func (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 | |
| 22818 | func (c *current) onIP6Variations40() (any, error) { |
| 22819 | return "::", nil |
nothing calls this directly
no test coverage detected