Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ GetRootMount
Method
GetRootMount
src/filesystem/vfs/mount.cpp:232–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
}
231
232
auto MountTable::GetRootMount() -> MountPoint* { return root_mount_; }
233
234
auto GetMountTable() -> MountTable& {
235
static MountTable instance;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected