MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / disable

Function disable

Tactility/Source/service/espnow/EspNow.cpp:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void disable() {
26 auto service = findService();
27 if (service != nullptr) {
28 service->disable();
29 } else {
30 LOGGER.error("Service not found");
31 }
32}
33
34bool isEnabled() {
35 auto service = findService();

Callers 2

onStopMethod · 0.85
disableEspNowMethod · 0.85

Calls 3

disableMethod · 0.80
errorMethod · 0.80
findServiceFunction · 0.70

Tested by

no test coverage detected