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

Function findService

Tactility/Source/service/espnow/EspNowService.cpp:212–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212std::shared_ptr<EspNowService> findService() {
213 return std::static_pointer_cast<EspNowService>(
214 findServiceById(manifest.id)
215 );
216}
217
218extern const ServiceManifest manifest = {
219 .id = "EspNow",

Callers 9

receiveCallbackMethod · 0.70
enableFunction · 0.70
disableFunction · 0.70
isEnabledFunction · 0.70
addPeerFunction · 0.70
sendFunction · 0.70
subscribeReceiverFunction · 0.70
unsubscribeReceiverFunction · 0.70
getVersionFunction · 0.70

Calls 1

findServiceByIdFunction · 0.50

Tested by

no test coverage detected