Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ RegisterDevice
Function
RegisterDevice
Kernel/src/device.cpp:122–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
void RegisterDevice(Device& dev){
123
devices.add_back(&dev);
124
}
125
126
FsNode* GetDevFS(){
127
return &devfs;
Callers
9
InitializeBasicDevices
Function · 0.85
LateInitialize
Function · 0.85
Parse
Function · 0.85
Install
Function · 0.85
Install
Function · 0.85
PTY
Method · 0.85
Init
Function · 0.85
Init
Function · 0.85
DetectAndInitialize
Method · 0.85
Calls
1
add_back
Method · 0.45
Tested by
no test coverage detected