Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
50
export
class
ProdBuildCache<State> implements BuildCache<State> {
Callers
1
preact_hooks.ts
File · 0.65
Implementers
5
MockBuildCache
packages/fresh/src/middlewares/static_
ProdBuildCache
packages/fresh/src/build_cache.ts
MockBuildCache
packages/fresh/src/test_utils.ts
MemoryBuildCache
packages/fresh/src/dev/dev_build_cache
DiskBuildCache
packages/fresh/src/dev/dev_build_cache
Calls
no outgoing calls
Tested by
no test coverage detected