Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/actions/cache
/ getState
Method
getState
src/stateProvider.ts:7–7 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
5
export
interface
IStateProvider {
6
setState(key: string, value: string): void;
7
getState(key: string): string;
8
9
getCacheState(): string | undefined;
10
}
Callers
3
getCacheState
Method · 0.80
saveImpl
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