| 40 | |
| 41 | // Properties set by pattern and regex match rules. |
| 42 | struct MatchProperties |
| 43 | { |
| 44 | bool Exclude = false; |
| 45 | mode_t Permissions = 0; |
| 46 | }; |
| 47 | struct MatchRule |
| 48 | { |
| 49 | cmsys::RegularExpression Regex; |
no outgoing calls
no test coverage detected
searching dependent graphs…