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

Method getEntryAssets

packages/fresh/src/build_cache.ts:47–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 getFsRoutes(): Command<State>[];
46 readFile(pathname: string): Promise<StaticFile | null>;
47 getEntryAssets(): string[];
48}
49
50export class ProdBuildCache<State> implements BuildCache<State> {

Callers 1

preact_hooks.tsFile · 0.65

Implementers 5

MockBuildCachepackages/fresh/src/middlewares/static_
ProdBuildCachepackages/fresh/src/build_cache.ts
MockBuildCachepackages/fresh/src/test_utils.ts
MemoryBuildCachepackages/fresh/src/dev/dev_build_cache
DiskBuildCachepackages/fresh/src/dev/dev_build_cache

Calls

no outgoing calls

Tested by

no test coverage detected