Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ SetName
Method
SetName
Kernel/include/device.h:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
protected:
34
void SetName(const char* name){
35
this->name = strdup(name);
36
}
37
38
char* name;
39
DeviceType type = TypeGenericDevice;
Callers
nothing calls this directly
Calls
1
strdup
Function · 0.85
Tested by
no test coverage detected