Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/freshframework/fresh
/ getClientEntry
Function
getClientEntry
packages/fresh/src/dev/dev_build_cache.ts:625–627 ·
view source on GitHub ↗
(buildId: string)
Source
from the content-addressed store, hash-verified
623
}
624
625
function
getClientEntry(buildId: string) {
626
return
`/_fresh/js/${buildId}/fresh-runtime.js`;
627
}
Callers
2
constructor
Method · 0.85
flush
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected