MCPcopy 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
639const char *LexState::PropGet(const char *key) const {
640 return props.Get(key);
641}
642
643int LexState::PropGetInt(const char *key, int defaultValue) const {
644 return props.GetInt(key, defaultValue);

Callers 1

WndProcMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected