| 140 | virtual ~WasmFileHandle() override {} |
| 141 | |
| 142 | bool is_open() const override { return true; } // always open if we have data |
| 143 | |
| 144 | bool available() const override { |
| 145 | if (mPos >= mData->capacity()) { |
no outgoing calls
no test coverage detected