Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ ~Service
Method
~Service
Kernel/src/objects/service.cpp:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
Service::~Service(){
50
Destroy();
51
}
52
53
void Service::Destroy(){
54
interfaces.clear();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected