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

Method GetFunctionByMessage

src/IFaceTableMixer.cpp:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70const IFaceFunction *IFaceTableMixer::GetFunctionByMessage(int message) const {
71 for (auto const &iface : ifaces) {
72 const IFaceFunction *ret = iface->GetFunctionByMessage(message);
73 if (ret != nullptr) return ret;
74 }
75 return nullptr;
76}
77
78IFaceFunction IFaceTableMixer::GetPropertyFuncByMessage(int message) const {
79 for (auto const &iface : ifaces) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected