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

Method InitPanelClient

src/client/ct_base_workspace.cpp:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 }
229
230 void BaseWorkspace::InitPanelClient() {
231 panel_client_ = std::make_shared<CtPanelClient>(context_);
232 panel_client_->Start();
233 }
234
235 void BaseWorkspace::RegisterBaseListeners() {
236 msg_listener_->Listen<MsgClientExitApp>([=, this](const MsgClientExitApp& msg) {

Callers

nothing calls this directly

Calls 1

StartMethod · 0.45

Tested by

no test coverage detected