MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / Instance

Method Instance

Kernel/include/objects/service.h:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 ServiceFS();
25
26 static ServiceFS* Instance(){
27 assert(instance);
28
29 return instance;
30 }
31
32 long ResolveServiceName(FancyRefPtr<Service>& ref, const char* name);
33 FancyRefPtr<Service> CreateService(const char* name);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected