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

Method AddNetSession

src/plugin/net/src/AFCWebSocketServer.cpp:278–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278bool AFCWebSocketServer::AddNetSession(AFHttpSessionPtr session)
279{
280 return sessions_.insert(std::make_pair(session->GetSessionId(), session)).second;
281}
282
283bool AFCWebSocketServer::CloseSession(AFHttpSessionPtr session)
284{

Callers 1

StartServerMethod · 0.45

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected