Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
bool AFCTCPClient::CloseSession(const AFGUID& session_id)
150
{
151
client_session_ptr_->SetNeedRemove(true);
152
return true;
153
}
154
155
bool AFCTCPClient::CloseSession()
156
{
Callers
nothing calls this directly
Calls
1
SetNeedRemove
Method · 0.80
Tested by
no test coverage detected