Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ PropGet
Method
PropGet
scintilla/src/ScintillaBase.cxx:639–641 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
637
}
638
639
const char *LexState::PropGet(const char *key) const {
640
return props.Get(key);
641
}
642
643
int LexState::PropGetInt(const char *key, int defaultValue) const {
644
return props.GetInt(key, defaultValue);
Callers
1
WndProc
Method · 0.80
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected