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

Method ReadDir

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

Source from the content-addressed store, hash-verified

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 }
34};
35
36// Mock file system for testing

Callers 1

TEST_FFunction · 0.45

Calls 1

ErrorClass · 0.85

Tested by

no test coverage detected