Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Barracuda09/SATPI
/ selfDestruct
Method
selfDestruct
src/StreamClient.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void StreamClient::selfDestruct() {
71
base::MutexLock lock(_mutex);
72
_watchdog = 1;
73
}
74
75
bool StreamClient::isSelfDestructing() const {
76
base::MutexLock lock(_mutex);
Callers
3
writeDataToOutputDevice
Method · 0.80
writeDataToOutputDevice
Method · 0.80
writeDataToOutputDevice
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected