MCPcopy
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

5export interface IStateProvider {
6 setState(key: string, value: string): void;
7 getState(key: string): string;
8
9 getCacheState(): string | undefined;
10}

Callers 3

getCacheStateMethod · 0.80
saveImplFunction · 0.80

Implementers 1

StateProviderBasesrc/stateProvider.ts

Calls

no outgoing calls

Tested by

no test coverage detected