Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Service
Method
Service
Kernel/src/objects/service.cpp:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
Service::Service(const char* _name){
46
name = strdup(_name);
47
}
48
49
Service::~Service(){
50
Destroy();
Callers
nothing calls this directly
Calls
1
strdup
Function · 0.85
Tested by
no test coverage detected