| 146 | } |
| 147 | |
| 148 | inline bool checkIsRepositoryInclude() const { |
| 149 | return checkIsIncludePattern() && patterns[1][0] == '#'; |
| 150 | } |
| 151 | |
| 152 | inline bool hasContentScope() const { return contentScopeRepoHash != 0; } |
| 153 | }; |
nothing calls this directly
no test coverage detected