MCPcopy 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
96auto GetRootDentry() -> Dentry* { return GetVfsState().root_dentry; }
97
98// 内部接口:设置根 dentry
99auto SetRootDentry(Dentry* dentry) -> void {

Callers

nothing calls this directly

Calls 1

GetVfsStateFunction · 0.85

Tested by

no test coverage detected