Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ Init
Method
Init
src/Wisp/WispConnection.cpp:16–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
void CConnection::Init()
17
{
18
m_Socket = tcp_open();
19
m_MessageParser = new CPacketMessage();
20
}
21
22
CConnection::~CConnection()
23
{
Callers
nothing calls this directly
Calls
1
tcp_open
Function · 0.85
Tested by
no test coverage detected