MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / destroy

Method destroy

src/NetThreadManager.cpp:97–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void NetThreadManager::destroy() {
98 if(!started)
99 return;
100 started = false;
101#ifdef __ANDROID__
102 AndroidJNICalls::stopNetworkService();
103#else
104 NetLibrary::destroy_websocket();
105#endif
106}

Callers 11

background_updateMethod · 0.80
~MainProgramMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80
constructMethod · 0.80
~dataMethod · 0.80

Calls 1

stopNetworkServiceFunction · 0.85

Tested by

no test coverage detected