Matches returns the list of matches associated with the rule.
()
| 54 | |
| 55 | // Matches returns the list of matches associated with the rule. |
| 56 | func (r *CompiledRule) Matches() []*CompiledMatch { |
| 57 | return r.matches[:] |
| 58 | } |
| 59 | |
| 60 | // Semantic returns the evaluation semantic for the compiled rule. |
| 61 | func (r *CompiledRule) Semantic() SemanticType { |
no outgoing calls
no test coverage detected