MCPcopy 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
222SyntaxDefMap<std::string, std::string> SyntaxDefinition::getSymbolNames() const {
223 return mSymbolNames;
224}
225
226bool SyntaxDefinition::isCaseInsensitive() const {
227 return mCaseInsensitive;

Callers 2

toJsonFunction · 0.80
toCPPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected