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

Method Unmount

tests/unit_test/vfs_test.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 auto Unmount() -> Expected<void> override {
64 unmount_called = true;
65 return {};
66 }
67
68 auto Sync() -> Expected<void> override {
69 sync_called = true;

Callers 3

fatfs_testFunction · 0.45
TearDownMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected