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

Method Write

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

Source from the content-addressed store, hash-verified

22 return std::unexpected(Error(ErrorCode::kDeviceNotSupported));
23 }
24 auto Write(File*, const void*, size_t) -> Expected<size_t> override {
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 }

Callers 1

TEST_FFunction · 0.45

Calls 1

ErrorClass · 0.85

Tested by

no test coverage detected