MCPcopy Create free account
hub / github.com/backnotprop/plannotator / createSemanticDiffRuntime

Function createSemanticDiffRuntime

packages/server/review.ts:441–444  ·  view source on GitHub ↗
(cwd: string)

Source from the content-addressed store, hash-verified

439 const semanticDiffAvailabilityCache = new Map<string, Promise<SemanticDiffAvailability>>();
440
441 const createSemanticDiffRuntime = (cwd: string) => ({
442 ...createDefaultSemanticDiffRuntime(),
443 cwd,
444 });
445
446 const getSemanticDiffAvailabilityForCwd = (cwd: string): Promise<SemanticDiffAvailability> => {
447 const cached = semanticDiffAvailabilityCache.get(cwd);

Callers 2

getSemanticDiffFunction · 0.70

Calls 1

Tested by

no test coverage detected