* Disposes of the VFS by unmounting it. * Supports the Explicit Resource Management proposal (using declaration).
()
| 163 | * Supports the Explicit Resource Management proposal (using declaration). |
| 164 | */ |
| 165 | [SymbolDispose]() { |
| 166 | if (this[kMounted]) { |
| 167 | this.unmount(); |
| 168 | } |
| 169 | } |
| 170 | |
| 171 | /** |
| 172 | * Checks if a path should be handled by this VFS. |