Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
void 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_update
Method · 0.80
~MainProgram
Method · 0.80
construct
Method · 0.80
construct
Method · 0.80
construct
Method · 0.80
construct
Method · 0.80
construct
Method · 0.80
construct
Method · 0.80
construct
Method · 0.80
construct
Method · 0.80
~data
Method · 0.80
Calls
1
stopNetworkService
Function · 0.85
Tested by
no test coverage detected