MCPcopy
hub / github.com/Swatinem/rust-cache / CacheProvider

Interface CacheProvider

src/utils.ts:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55export interface CacheProvider {
56 name: string;
57 cache: GhCache;
58}
59
60export function getCacheProvider(): CacheProvider {
61 const cacheProvider = core.getInput("cache-provider");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected