MCPcopy
hub / github.com/actions/cache / restoreRun

Function restoreRun

src/restoreImpl.ts:117–121  ·  view source on GitHub ↗
(
    earlyExit?: boolean | undefined
)

Source from the content-addressed store, hash-verified

115}
116
117export async function restoreRun(
118 earlyExit?: boolean | undefined
119): Promise<void> {
120 await run(new StateProvider(), earlyExit);
121}

Callers 2

restore.tsFile · 0.90
restore.test.tsFile · 0.85

Calls 1

runFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…