MCPcopy
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

16export interface SimpleReadable {
17 push(chunk: string | null): void
18 destroy(err: any): void
19}
20
21async function unrollBuffer(

Callers 2

renderToSimpleStreamFunction · 0.80
destroyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected