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

Method Exit

src/client/ct_client_context.cpp:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 void ClientContext::Exit() {
109 if (task_thread_ && task_thread_->IsJoinable()) {
110 task_thread_->Exit();
111 }
112 }
113
114 void ClientContext::SaveKeyValue(const std::string& k, const std::string& v) {
115 sp_->Put(k, v);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected