MCPcopy Create free account
hub / github.com/SpartanJ/eepp / checkIsRepositoryInclude

Function checkIsRepositoryInclude

include/eepp/ui/doc/syntaxdefinition.hpp:148–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 }
147
148 inline bool checkIsRepositoryInclude() const {
149 return checkIsIncludePattern() && patterns[1][0] == '#';
150 }
151
152 inline bool hasContentScope() const { return contentScopeRepoHash != 0; }
153};

Callers

nothing calls this directly

Calls 1

checkIsIncludePatternFunction · 0.85

Tested by

no test coverage detected