Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/actions/cache
/ getCacheState
Method
getCacheState
src/stateProvider.ts:9–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
getState(key: string): string;
8
9
getCacheState(): string | undefined;
10
}
11
12
class
StateProviderBase implements IStateProvider {
Callers
2
saveImpl
Function · 0.65
stateProvider.test.ts
File · 0.65
Implementers
1
StateProviderBase
src/stateProvider.ts
Calls
no outgoing calls
Tested by
no test coverage detected