(p *UnaryContext)
| 1768 | } |
| 1769 | |
| 1770 | func InitEmptyUnaryContext(p *UnaryContext) { |
| 1771 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, nil, -1) |
| 1772 | p.RuleIndex = CELParserRULE_unary |
| 1773 | } |
| 1774 | |
| 1775 | func (*UnaryContext) IsUnaryContext() {} |
| 1776 |
no outgoing calls
no test coverage detected