MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / waitUntilWatcherReady

Method waitUntilWatcherReady

src/index.ts:717–719  ·  view source on GitHub ↗

* Resolves once the file watcher has installed its watch set. Useful for * tests that need a deterministic boundary before asserting on * `getPendingFiles()`. Resolves immediately when no watcher is active.

(timeoutMs?: number)

Source from the content-addressed store, hash-verified

715 * `getPendingFiles()`. Resolves immediately when no watcher is active.
716 */
717 waitUntilWatcherReady(timeoutMs?: number): Promise<void> {
718 return this.watcher ? this.watcher.waitUntilReady(timeoutMs) : Promise.resolve();
719 }
720
721 /**
722 * Get files that have changed since last index

Callers 1

Calls 2

waitUntilReadyMethod · 0.80
resolveMethod · 0.80

Tested by

no test coverage detected