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

Method PropGetInt

scintilla/src/ScintillaBase.cxx:643–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641}
642
643int LexState::PropGetInt(const char *key, int defaultValue) const {
644 return props.GetInt(key, defaultValue);
645}
646
647int LexState::PropGetExpanded(const char *key, char *result) const {
648 return props.GetExpanded(key, result);

Callers 1

WndProcMethod · 0.80

Calls 1

GetIntMethod · 0.80

Tested by

no test coverage detected