| 28 | } |
| 29 | |
| 30 | type PatternSignature struct { |
| 31 | part string |
| 32 | match *regexp.Regexp |
| 33 | name string |
| 34 | } |
| 35 | |
| 36 | func (s SimpleSignature) Match(file MatchFile) (bool, string) { |
| 37 | var ( |
nothing calls this directly
no outgoing calls
no test coverage detected