* Sets the provider to read-only mode. * Once set to read-only, the provider cannot be changed back to writable. * This is useful for finalizing a VFS after initial population.
()
| 210 | * This is useful for finalizing a VFS after initial population. |
| 211 | */ |
| 212 | setReadOnly() { |
| 213 | this[kReadonly] = true; |
| 214 | } |
| 215 | |
| 216 | get supportsSymlinks() { |
| 217 | return true; |
no outgoing calls
no test coverage detected