Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
76
function
setCacheHitOutput(cacheHit: boolean): void {
77
core.setOutput(
"cache-hit"
, cacheHit.toString());
78
}
79
80
run();
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected