MCPcopy
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
5export interface IStateProvider {
6 setState(key: string, value: string): void;
7 getState(key: string): string;
8
9 getCacheState(): string | undefined;

Callers 2

restoreImplFunction · 0.80

Implementers 1

StateProviderBasesrc/stateProvider.ts

Calls

no outgoing calls

Tested by

no test coverage detected