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

Method Sync

tests/unit_test/vfs_test.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 auto Sync() -> Expected<void> override {
69 sync_called = true;
70 return {};
71 }
72
73 auto AllocateInode() -> Expected<Inode*> override {
74 return std::unexpected(Error(ErrorCode::kOutOfMemory));

Callers 1

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected