Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
593
const char *LexState::GetName() const {
594
return lexCurrent ? lexCurrent->languageName :
""
;
595
}
596
597
void *LexState::PrivateCall(int operation, void *pointer) {
598
if (pdoc && instance) {
Callers
1
WndProc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected