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

Function checkIsSourceInclude

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

Source from the content-addressed store, hash-verified

142 }
143
144 inline bool checkIsSourceInclude() const {
145 return checkIsIncludePattern() && String::startsWith( patterns[1], "source." );
146 }
147
148 inline bool checkIsRepositoryInclude() const {
149 return checkIsIncludePattern() && patterns[1][0] == '#';

Callers

nothing calls this directly

Calls 1

checkIsIncludePatternFunction · 0.85

Tested by

no test coverage detected