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

Method ClientContext

src/client/ct_client_context.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 static std::string kClientEmbedName = "ui.embed";
24
25 ClientContext::ClientContext(const std::string& name, QObject* parent) : QObject(parent) {
26 this->name_ = name;
27 this->msg_notifier_ = std::make_shared<MessageNotifier>();
28 }
29
30 ClientContext::~ClientContext() {
31 Exit();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected