()
| 353 | // entry points). Concurrent callers share one materialize() pass |
| 354 | // per mount. |
| 355 | ensureMountsIndexed(): Promise<void> { |
| 356 | return this.#mountIndex.ensureIndexed(); |
| 357 | } |
| 358 | |
| 359 | // Resolved mount registry, keyed by absolute mount root. Returned |
| 360 | // as a defensive copy so callers can't mutate the internal map. |
no test coverage detected