Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ Service
Method
Service
Tactility/Include/Tactility/service/Service.h:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
public:
20
21
Service() = default;
22
virtual ~Service() = default;
23
24
virtual bool onStart(ServiceContext& serviceContext) { return true; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected