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

Method warm

packages/shared/pr-context-live.ts:121–123  ·  view source on GitHub ↗

Start a best-effort background refresh without waiting on it.

(url: string, ref: PRRef)

Source from the content-addressed store, hash-verified

119
120 /** Start a best-effort background refresh without waiting on it. */
121 warm(url: string, ref: PRRef): void {
122 this.runDetached(this.refresh(url, ref, "warm"), "warm");
123 }
124
125 /** Refresh immediately after a successful provider write. */
126 refreshAfterWrite(url: string, ref: PRRef): void {

Callers 3

warmPRContextFunction · 0.80
warmPRContextFunction · 0.80

Calls 2

runDetachedMethod · 0.95
refreshMethod · 0.95

Tested by

no test coverage detected