Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/actions/cache
/ setState
Method
setState
src/stateProvider.ts:6–6 ·
view source on GitHub ↗
(key: string, value: string)
Source
from the content-addressed store, hash-verified
4
5
export
interface
IStateProvider {
6
setState(key: string, value: string): void;
7
getState(key: string): string;
8
9
getCacheState(): string | undefined;
Callers
2
restoreImpl
Function · 0.80
stateProvider.test.ts
File · 0.80
Implementers
1
StateProviderBase
src/stateProvider.ts
Calls
no outgoing calls
Tested by
no test coverage detected