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

Method get

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

Source from the content-addressed store, hash-verified

29
30export interface WorktreePool {
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>;

Callers 15

remapIdMethod · 0.65
resolveMethod · 0.65
getMethod · 0.65
touchMethod · 0.65
removeMethod · 0.65
evictIfNeededMethod · 0.65
createProviderFunction · 0.65
getMethod · 0.65
disposeMethod · 0.65
ai.test.tsFile · 0.65
createAIEndpointsFunction · 0.65

Calls

no outgoing calls

Tested by 2

installFetchShimFunction · 0.52
installFetchShimFunction · 0.52