Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ Make
Method
Make
src/service/service_manager.cpp:21–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
namespace tc
20
{
21
std::shared_ptr<ServiceManager> ServiceManager::Make() {
22
return std::make_shared<ServiceManager>();
23
}
24
25
ServiceManager::ServiceManager() {
26
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected