NestedRule returns the nested rule, if set.
()
| 162 | |
| 163 | // NestedRule returns the nested rule, if set. |
| 164 | func (m *CompiledMatch) NestedRule() *CompiledRule { |
| 165 | return m.nestedRule |
| 166 | } |
| 167 | |
| 168 | // OutputType returns the cel.Type associated with output expression. |
| 169 | func (m *CompiledMatch) OutputType() *cel.Type { |
no outgoing calls
no test coverage detected