Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/actions/cache
/ setInput
Function
setInput
src/utils/testUtils.ts:8–10 ·
view source on GitHub ↗
(name: string, value: string)
Source
from the content-addressed store, hash-verified
6
}
7
8
export
function
setInput(name: string, value: string): void {
9
process.env[getInputName(name)] = value;
10
}
11
12
interface
CacheInput {
13
path: string;
Callers
1
setInputs
Function · 0.85
Calls
1
getInputName
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…