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

Function findLoaderService

Tactility/Source/service/loader/Loader.cpp:321–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321std::shared_ptr<LoaderService> findLoaderService() {
322 return service::findServiceById<LoaderService>(manifest.id);
323}
324
325extern const ServiceManifest manifest = {
326 .id = "Loader",

Callers 7

onStartMethod · 0.85
onStopMethod · 0.85
startFunction · 0.85
stopFunction · 0.85
stopAllFunction · 0.85
isRunningFunction · 0.85
getCurrentAppContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected