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

Method cleanup

packages/shared/worktree-pool.ts:36–36  ·  view source on GitHub ↗
(runtime: ReviewGitRuntime)

Source from the content-addressed store, hash-verified

34 ensure(runtime: ReviewGitRuntime, metadata: PRMetadata): Promise<PoolEntry>;
35 entries(): IterableIterator<PoolEntry>;
36 cleanup(runtime: ReviewGitRuntime): Promise<void>;
37}
38
39/** A PR checkout is ready, still warming up, or absent from the pool. */

Callers 3

index.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected