MCPcopy
hub / github.com/freshframework/fresh / prepare

Method prepare

packages/fresh/src/dev/dev_build_cache.ts:59–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 ): Promise<void>;
58 flush(): Promise<void>;
59 prepare(): Promise<void>;
60}
61
62export class MemoryBuildCache<State> implements DevBuildCache<State> {

Callers 1

buildMethod · 0.65

Implementers 2

MemoryBuildCachepackages/fresh/src/dev/dev_build_cache
DiskBuildCachepackages/fresh/src/dev/dev_build_cache

Calls

no outgoing calls

Tested by

no test coverage detected