MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / ClientPluginEventRouter

Method ClientPluginEventRouter

src/client/plugins/ct_plugin_event_router.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17{
18
19 ClientPluginEventRouter::ClientPluginEventRouter(const std::shared_ptr<BaseWorkspace>& ws) {
20 ws_ = ws;
21 context_ = ws_->GetContext();
22 settings_ = Settings::Instance();
23 }
24
25 void ClientPluginEventRouter::ProcessPluginEvent(const std::shared_ptr<ClientPluginBaseEvent>& event) {
26 if (!thunder_sdk_) {

Callers

nothing calls this directly

Calls 1

GetContextMethod · 0.45

Tested by

no test coverage detected