MCPcopy 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
14cppnet::CCppNet::~CCppNet() {
15 _cppnet_instance->Dealloc();
16 if (!base::CLog::Instance().GetStop()) {
17 base::CLog::Instance().Stop();
18 }
19}
20
21void cppnet::CCppNet::Init(int32_t thread_num) {
22 if (__open_log) {

Callers

nothing calls this directly

Calls 3

GetStopMethod · 0.80
DeallocMethod · 0.45
StopMethod · 0.45

Tested by

no test coverage detected