MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / CloseSession

Method CloseSession

src/plugin/net/src/AFCTCPClient.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149bool AFCTCPClient::CloseSession(const AFGUID& session_id)
150{
151 client_session_ptr_->SetNeedRemove(true);
152 return true;
153}
154
155bool AFCTCPClient::CloseSession()
156{

Callers

nothing calls this directly

Calls 1

SetNeedRemoveMethod · 0.80

Tested by

no test coverage detected