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

Function checkIsRootSelfInclude

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

Source from the content-addressed store, hash-verified

138 }
139
140 inline bool checkIsRootSelfInclude() const {
141 return checkIsIncludePattern() && ( patterns[1] == "$self" || patterns[1] == "$base" );
142 }
143
144 inline bool checkIsSourceInclude() const {
145 return checkIsIncludePattern() && String::startsWith( patterns[1], "source." );

Callers

nothing calls this directly

Calls 1

checkIsIncludePatternFunction · 0.85

Tested by

no test coverage detected