Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ destroy
Method
destroy
packages/server-renderer/src/renderToStream.ts:18–18 ·
view source on GitHub ↗
(err: any)
Source
from the content-addressed store, hash-verified
16
export
interface
SimpleReadable {
17
push(chunk: string | null): void
18
destroy(err: any): void
19
}
20
21
async
function
unrollBuffer(
Callers
2
renderToSimpleStream
Function · 0.80
destroy
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected