MCPcopy
hub / github.com/vuejs/core / renderToStream

Function renderToStream

packages/server-renderer/__tests__/render.spec.ts:48–50  ·  view source on GitHub ↗
(app: any, context?: any)

Source from the content-addressed store, hash-verified

46}
47
48const renderToStream = (app: any, context?: any) => {
49 return promisifyStream(renderToNodeStream(app, context))
50}
51
52const pipeToWritable = (app: any, context?: any) => {
53 const stream = new Transform({

Callers

nothing calls this directly

Calls 2

renderToNodeStreamFunction · 0.90
promisifyStreamFunction · 0.85

Tested by

no test coverage detected