Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
setUrl
Method · 0.95
start
Method · 0.95
stop
Method · 0.95
stop
Method · 0.45
main
Function · 0.45
main
Function · 0.45
captureOnce
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected