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

Function notReadyInitial

packages/shared/worktree-pool.test.ts:175–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173const PR3_URL = "https://github.com/acme/widgets/pull/3";
174
175function notReadyInitial() {
176 return { path: "/tmp/session/pool/pr-3", prUrl: PR3_URL, number: 3, ready: false };
177}
178
179describe("worktree-pool seeded warmup", () => {
180 test("resolve returns undefined while the warmup is in flight, then the path once it lands", async () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected