MCPcopy
hub / github.com/QwikDev/qwik / serializeFunctions

Function serializeFunctions

packages/qwik/src/server/render.ts:349–351  ·  view source on GitHub ↗
(hash: string, funcs: string[])

Source from the content-addressed store, hash-verified

347export const Q_FUNCS_PREFIX = 'document["qFuncs_HASH"]=';
348
349function serializeFunctions(hash: string, funcs: string[]) {
350 return Q_FUNCS_PREFIX.replace('HASH', hash) + `[${funcs.join(',\n')}]`;
351}

Callers 1

renderToStreamFunction · 0.85

Calls 1

joinMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…