| 74 | } |
| 75 | |
| 76 | u64 size() const override { return size_; } |
| 77 | const std::string& name() const override { return name_; } |
| 78 | |
| 79 | std::size_t read(u64 offset, void* out, std::size_t len) const override { |
nothing calls this directly
no outgoing calls
no test coverage detected