MCPcopy
hub / github.com/Swatinem/rust-cache / setCacheHitOutput

Function setCacheHitOutput

src/restore.ts:76–78  ·  view source on GitHub ↗
(cacheHit: boolean)

Source from the content-addressed store, hash-verified

74}
75
76function setCacheHitOutput(cacheHit: boolean): void {
77 core.setOutput("cache-hit", cacheHit.toString());
78}
79
80run();

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected