MCPcopy
hub / github.com/cpaczek/skylight / kill

Method kill

tracker/src/video/mse.ts:139–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137 }
138
139 private kill(): void {
140 this.proc?.kill("SIGKILL");
141 this.proc = null;
142 this.buffer = Buffer.alloc(0);
143 }
144
145 /** Split the byte stream into top-level MP4 boxes. */
146 private onData(chunk: Buffer): void {

Callers 7

setUrlMethod · 0.95
startMethod · 0.95
stopMethod · 0.95
stopMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
captureOnceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected