MCPcopy Create free account
hub / github.com/cloudflare/computer / ensureMountsIndexed

Method ensureMountsIndexed

packages/computer/src/workspace.ts:355–357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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.

Callers 2

index.test.tsFile · 0.80
r2.test.tsFile · 0.80

Calls 1

ensureIndexedMethod · 0.80

Tested by

no test coverage detected