MCPcopy Index your code
hub / github.com/freshframework/fresh / flush

Method flush

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

Source from the content-addressed store, hash-verified

56 hash: string | null,
57 ): Promise<void>;
58 flush(): Promise<void>;
59 prepare(): Promise<void>;
60}
61

Callers 2

#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