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

Method Init

src/service/service_msg_server.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20
21 void ServiceMsgServer::Init(const std::shared_ptr<GrService>& service) {
22 service_ = service;
23 }
24
25 void ServiceMsgServer::Start() {
26 server_ = std::make_shared<asio2::ws_server>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected