MCPcopy Create free account
hub / github.com/TanStack/cli / getRendererChunks

Function getRendererChunks

packages/create/src/worker.ts:107–116  ·  view source on GitHub ↗
(frameworkId: string)

Source from the content-addressed store, hash-verified

105 const addOnFrameworkIds = new WeakMap<AddOn, string>()
106
107 function getRendererChunks(frameworkId: string) {
108 const chunks = loadedRendererChunks.get(frameworkId)
109 if (chunks) {
110 return chunks
111 }
112
113 const nextChunks: Array<ManifestTemplateModule> = []
114 loadedRendererChunks.set(frameworkId, nextChunks)
115 return nextChunks
116 }
117
118 function registerRendererChunk(
119 frameworkId: string,

Callers 2

registerRendererChunkFunction · 0.85
getRendererFunction · 0.85

Calls 2

setMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected