Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ getSymbolNames
Method
getSymbolNames
src/eepp/ui/doc/syntaxdefinition.cpp:222–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
SyntaxDefMap<std::string, std::string> SyntaxDefinition::getSymbolNames() const {
223
return mSymbolNames;
224
}
225
226
bool SyntaxDefinition::isCaseInsensitive() const {
227
return mCaseInsensitive;
Callers
2
toJson
Function · 0.80
toCPP
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected