MCPcopy
hub / github.com/midrender/revideo / kill

Method kill

packages/core/src/exporter/Exporter.ts:124–124  ·  view source on GitHub ↗

* Finish the rendering process. * * @remarks * Guaranteed to be called after the rendering has finished - no matter the * result. Performs clean-up. *

()

Source from the content-addressed store, hash-verified

122 *
123 */
124 kill?(): Promise<void>;
125}

Callers 4

runMethod · 0.65
destroyMethod · 0.65
endMethod · 0.65
killMethod · 0.65

Implementers 3

FFmpegExporterClientpackages/core/src/exporter/FFmpegExpor
WasmExporterpackages/core/src/exporter/WasmExporte
ImageExporterpackages/core/src/exporter/ImageExport

Calls

no outgoing calls

Tested by

no test coverage detected