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

Method Seek

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

Source from the content-addressed store, hash-verified

25 return std::unexpected(Error(ErrorCode::kDeviceNotSupported));
26 }
27 auto Seek(File*, int64_t, SeekWhence) -> Expected<uint64_t> override {
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));

Callers 1

TEST_FFunction · 0.45

Calls 1

ErrorClass · 0.85

Tested by

no test coverage detected