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

Method resolve

packages/shared/worktree-pool.ts:33–33  ·  view source on GitHub ↗
(prUrl: string)

Source from the content-addressed store, hash-verified

31 get(prUrl: string): PoolEntry | undefined;
32 has(prUrl: string): boolean;
33 resolve(prUrl: string): string | undefined;
34 ensure(runtime: ReviewGitRuntime, metadata: PRMetadata): Promise<PoolEntry>;
35 entries(): IterableIterator<PoolEntry>;
36 cleanup(runtime: ReviewGitRuntime): Promise<void>;

Callers 15

routeMessageMethod · 0.65
routeMessageMethod · 0.65
routeMessageMethod · 0.65
AppFunction · 0.65
resolveAbsolutePathFunction · 0.65
startCodeWalkFunction · 0.65
refreshMethod · 0.65
flushAsyncFunction · 0.65
fetchContextFunction · 0.65
createWorktreePoolFunction · 0.65

Calls

no outgoing calls

Tested by 5

flushAsyncFunction · 0.52
fetchContextFunction · 0.52
mockFetchHtmlOnlyFunction · 0.52
postMessageFunction · 0.52