Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ GetRootDentry
Function
GetRootDentry
src/filesystem/vfs/vfs.cpp:96–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
auto GetRootDentry() -> Dentry* { return GetVfsState().root_dentry; }
97
98
// 内部接口:设置根 dentry
99
auto SetRootDentry(Dentry* dentry) -> void {
Callers
nothing calls this directly
Calls
1
GetVfsState
Function · 0.85
Tested by
no test coverage detected