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

Method has

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

Source from the content-addressed store, hash-verified

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>;
35 entries(): IterableIterator<PoolEntry>;

Callers 15

fetchModelsMethod · 0.80
shouldSpawnViaShellFunction · 0.80
AppFunction · 0.80
isEmptyFeedbackSentinelFunction · 0.80
useCheckboxOverridesFunction · 0.80
dataUrlForFunction · 0.80
setMethod · 0.80
scoreFunction · 0.80
isSupportLinkFunction · 0.80
isWorkspaceDiffTypeFunction · 0.80

Calls

no outgoing calls

Tested by 2

fileExistsFunction · 0.64
runGitFunction · 0.64