Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Initialize
Method
Initialize
Kernel/include/objects/service.h:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
List<FancyRefPtr<Service>> services;
19
20
static void Initialize(){
21
instance = new ServiceFS();
22
}
23
24
ServiceFS();
25
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected