Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_test
Function · 0.45
TearDown
Method · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected