MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / Mount

Method Mount

tests/unit_test/vfs_test.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 auto Mount(BlockDevice* device) -> Expected<Inode*> override {
58 mount_called = true;
59 last_device = device;
60 return &root_inode;
61 }
62
63 auto Unmount() -> Expected<void> override {
64 unmount_called = true;

Callers 4

fatfs_testFunction · 0.45
SetUpMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected