Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caozhiyi/CppNet
/ ~CCppNet
Method
~CCppNet
net/CppNet.cpp:14–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
cppnet::CCppNet::~CCppNet() {
15
_cppnet_instance->Dealloc();
16
if (!base::CLog::Instance().GetStop()) {
17
base::CLog::Instance().Stop();
18
}
19
}
20
21
void cppnet::CCppNet::Init(int32_t thread_num) {
22
if (__open_log) {
Callers
nothing calls this directly
Calls
3
GetStop
Method · 0.80
Dealloc
Method · 0.45
Stop
Method · 0.45
Tested by
no test coverage detected