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

Method Close

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

Source from the content-addressed store, hash-verified

28 return std::unexpected(Error(ErrorCode::kDeviceNotSupported));
29 }
30 auto Close(File*) -> Expected<void> override { return {}; }
31 auto ReadDir(File*, DirEntry*, size_t) -> Expected<size_t> override {
32 return std::unexpected(Error(ErrorCode::kDeviceNotSupported));
33 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected