| 141 | OpenState state; |
| 142 | |
| 143 | OPFSFile(mode_t mode, backend_t backend, int fileID, Worker& proxy) |
| 144 | : DataFile(mode, backend), proxy(proxy), fileID(fileID) {} |
| 145 | |
| 146 | ~OPFSFile() override { |
| 147 | assert(state.getKind() == OpenState::None); |
nothing calls this directly
no outgoing calls
no test coverage detected