MCPcopy 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

kmainFunction · 0.85
FindDirMethod · 0.85
SysOpenFunction · 0.85
FindDirMethod · 0.85
ResolvePathFunction · 0.85
FindDirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected