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

Interface SimpleReadable

packages/server-renderer/src/renderToStream.ts:16–19  ·  packages/server-renderer/src/renderToStream.ts::SimpleReadable

Source from the content-addressed store, hash-verified

14const { isVNode } = ssrUtils
15
16export interface SimpleReadable {
17 push(chunk: string | null): void
18 destroy(err: any): void
19}
20
21async function unrollBuffer(
22 buffer: SSRBuffer,

Callers 10

generateCodeFrameFunction · 0.65
pushFunction · 0.65
appendScopeIdFunction · 0.65
applySSRDirectivesFunction · 0.65
unrollBufferFunction · 0.65
unrollBufferSyncFunction · 0.65
renderToSimpleStreamFunction · 0.65
bufferedPushFunction · 0.65
renderToSimpleStreamFunction · 0.80
destroyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected