| 103 | |
| 104 | public: |
| 105 | JSImplFile(mode_t mode, backend_t backend) : DataFile(mode, backend) { |
| 106 | _wasmfs_jsimpl_alloc_file(getBackendIndex(), getFileIndex()); |
| 107 | } |
| 108 | |
| 109 | ~JSImplFile() { _wasmfs_jsimpl_free_file(getBackendIndex(), getFileIndex()); } |
| 110 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected