Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simple-XX/SimpleKernel
/ GetMountTable
Function
GetMountTable
src/filesystem/vfs/mount.cpp:234–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
auto MountTable::GetRootMount() -> MountPoint* { return root_mount_; }
233
234
auto GetMountTable() -> MountTable& {
235
static MountTable instance;
236
return instance;
237
}
238
239
} // namespace vfs
Callers
4
FileSystemInit
Function · 0.85
Init
Function · 0.85
fatfs_test
Function · 0.85
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
2
fatfs_test
Function · 0.68
TEST_F
Function · 0.68