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

Function flushAsync

packages/shared/pr-context-live.test.ts:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81}
82
83async function flushAsync(): Promise<void> {
84 for (let i = 0; i < 5; i += 1) await Promise.resolve();
85}
86
87describe("PRContextLiveCache", () => {
88 test("shares one in-flight refresh across warmup, GET, and watchers", async () => {

Callers 1

Calls 1

resolveMethod · 0.65

Tested by

no test coverage detected