MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / GetFunctionByMessage

Method GetFunctionByMessage

src/IFaceTable.cpp:121–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121const IFaceFunction *IFaceTable::GetFunctionByMessage(int message) const {
122 for (const auto &func : functions) {
123 if (func.value == message) {
124 return &func;
125 }
126 }
127 return nullptr;
128}
129
130IFaceFunction IFaceTable::GetPropertyFuncByMessage(int message) const {
131 for (const auto &prop : properties) {

Callers 1

cf_npp_sendFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected