Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
321
std::shared_ptr<LoaderService> findLoaderService() {
322
return service::findServiceById<LoaderService>(manifest.id);
323
}
324
325
extern const ServiceManifest manifest = {
326
.id =
"Loader"
,
Callers
7
onStart
Method · 0.85
onStop
Method · 0.85
start
Function · 0.85
stop
Function · 0.85
stopAll
Function · 0.85
isRunning
Function · 0.85
getCurrentAppContext
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected