Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ onStop
Method
onStop
Tactility/Source/service/espnow/EspNowService.cpp:37–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void EspNowService::onStop(ServiceContext& service) {
38
auto lock = mutex.asScopedLock();
39
lock.lock();
40
41
if (isEnabled()) {
42
disable();
43
}
44
}
45
46
// region Enable
47
Callers
nothing calls this directly
Calls
4
isEnabled
Function · 0.85
disable
Function · 0.85
asScopedLock
Method · 0.80
lock
Method · 0.45
Tested by
no test coverage detected