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

Method GetPropertyFuncByMessage

src/IFaceTableMixer.cpp:78–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78IFaceFunction IFaceTableMixer::GetPropertyFuncByMessage(int message) const {
79 for (auto const &iface : ifaces) {
80 IFaceFunction ret = iface->GetPropertyFuncByMessage(message);
81 if (ret.value != -1) return ret;
82 }
83 return{ "invalid", -1, iface_void, { iface_void, iface_void } };
84}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected