Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/midrender/revideo
/ destroy
Method
destroy
packages/ffmpeg/src/video-frame-extractor.ts:393–396 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
391
}
392
393
public destroy() {
394
this.terminated = true;
395
this.process?.kill(
'SIGTERM'
);
396
}
397
}
Callers
2
handleDecodeVideoFrame
Method · 0.80
handleRenderFinished
Method · 0.80
Calls
1
kill
Method · 0.65
Tested by
no test coverage detected