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

Method ServiceFS

Kernel/src/objects/service.cpp:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5ServiceFS* ServiceFS::instance = nullptr;
6
7ServiceFS::ServiceFS(){
8 if(instance){
9 Log::Error("Instance of ServiceFS already created!");
10 }
11}
12
13long ServiceFS::ResolveServiceName(FancyRefPtr<Service>& ref, const char* name){
14 const char* separator = strchr(name, '/');

Callers

nothing calls this directly

Calls 1

ErrorFunction · 0.85

Tested by

no test coverage detected