MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / GetName

Method GetName

scintilla/src/ScintillaBase.cxx:593–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593const char *LexState::GetName() const {
594 return lexCurrent ? lexCurrent->languageName : "";
595}
596
597void *LexState::PrivateCall(int operation, void *pointer) {
598 if (pdoc && instance) {

Callers 1

WndProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected