Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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
14
const
{ isVNode } = ssrUtils
15
16
export
interface
SimpleReadable {
17
push(chunk: string | null): void
18
destroy(err: any): void
19
}
20
21
async
function
unrollBuffer(
22
buffer: SSRBuffer,
Callers
10
generateCodeFrame
Function · 0.65
push
Function · 0.65
appendScopeId
Function · 0.65
applySSRDirectives
Function · 0.65
unrollBuffer
Function · 0.65
unrollBufferSync
Function · 0.65
renderToSimpleStream
Function · 0.65
bufferedPush
Function · 0.65
renderToSimpleStream
Function · 0.80
destroy
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected