MCPcopy 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

232auto MountTable::GetRootMount() -> MountPoint* { return root_mount_; }
233
234auto GetMountTable() -> MountTable& {
235 static MountTable instance;
236 return instance;
237}
238
239} // namespace vfs

Callers 4

FileSystemInitFunction · 0.85
InitFunction · 0.85
fatfs_testFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 2

fatfs_testFunction · 0.68
TEST_FFunction · 0.68