Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ GetDevFS
Function
GetDevFS
Kernel/src/device.cpp:126–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
FsNode* GetDevFS(){
127
return &devfs;
128
}
129
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected