MCPcopy 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
45Service::Service(const char* _name){
46 name = strdup(_name);
47}
48
49Service::~Service(){
50 Destroy();

Callers

nothing calls this directly

Calls 1

strdupFunction · 0.85

Tested by

no test coverage detected