NestedRule returns the nested rule, if set.
()
| 148 | |
| 149 | // NestedRule returns the nested rule, if set. |
| 150 | func (m *CompiledMatch) NestedRule() *CompiledRule { |
| 151 | return m.nestedRule |
| 152 | } |
| 153 | |
| 154 | // OutputType returns the cel.Type associated with output expression. |
| 155 | func (m *CompiledMatch) OutputType() *cel.Type { |
no outgoing calls
no test coverage detected