Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ GetRoot
Function
GetRoot
Kernel/src/fs/filesystem.cpp:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
FsNode* GetRoot(){
44
return &root;
45
}
46
47
FsNode* FollowLink(FsNode* link, FsNode* workingDir){
48
assert(link);
Callers
6
kmain
Function · 0.85
FindDir
Method · 0.85
SysOpen
Function · 0.85
FindDir
Method · 0.85
ResolvePath
Function · 0.85
FindDir
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected