MCPcopy 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
70void StreamClient::selfDestruct() {
71 base::MutexLock lock(_mutex);
72 _watchdog = 1;
73}
74
75bool StreamClient::isSelfDestructing() const {
76 base::MutexLock lock(_mutex);

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected