MCPcopy
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
625function getClientEntry(buildId: string) {
626 return `/_fresh/js/${buildId}/fresh-runtime.js`;
627}

Callers 2

constructorMethod · 0.85
flushMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected