MCPcopy Create free account
hub / github.com/AntiMicroX/antimicrox / handlerDisplayName

Method handlerDisplayName

src/eventhandlerfactory.cpp:172–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172QString EventHandlerFactory::handlerDisplayName(QString handler)
173{
174 QString handlerDispName = QString();
175
176 if (handlerDisplayNames.contains(handler))
177 handlerDispName = handlerDisplayNames.value(handler);
178
179 return handlerDispName;
180}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected