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

Function __emitWatchEventForTests

src/sync/watcher.ts:984–989  ·  view source on GitHub ↗
(projectRoot: string, relPath: string)

Source from the content-addressed store, hash-verified

982 * test runtime, where the registry is intentionally not populated).
983 */
984export function __emitWatchEventForTests(projectRoot: string, relPath: string): boolean {
985 const w = liveWatchersForTests.get(projectRoot);
986 if (!w) return false;
987 w.ingestEventForTests(relPath);
988 return true;
989}

Callers 2

watcher.test.tsFile · 0.90

Calls 2

ingestEventForTestsMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected