Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ disable
Method
disable
Tactility/Source/service/espnow/EspNowService.cpp:107–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
// region Disable
106
107
void EspNowService::disable() {
108
getMainDispatcher().dispatch([this]() {
109
disableFromDispatcher();
110
});
111
}
112
113
void EspNowService::disableFromDispatcher() {
114
auto lock = mutex.asScopedLock();
Callers
1
disable
Function · 0.80
Calls
1
dispatch
Method · 0.45
Tested by
no test coverage detected