Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ GetMountTableInternal
Function
GetMountTableInternal
src/filesystem/vfs/vfs.cpp:104–106 ·
view source on GitHub ↗
内部接口:获取挂载表
Source
from the content-addressed store, hash-verified
102
103
// 内部接口:获取挂载表
104
auto GetMountTableInternal() -> MountTable* {
105
return GetVfsState().mount_table;
106
}
107
108
} // namespace vfs
Callers
nothing calls this directly
Calls
1
GetVfsState
Function · 0.85
Tested by
no test coverage detected