Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cpaczek/skylight
/ kill
Method
kill
tracker/src/video/stream.ts:151–155 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
149
}
150
151
private kill(): void {
152
this.proc?.kill(
"SIGKILL"
);
153
this.proc = null;
154
this.buffer = Buffer.alloc(0);
155
}
156
157
/** Split the byte stream into JPEG frames (FFD8 ... FFD9). */
158
private onData(chunk: Buffer): void {
Callers
3
setUrl
Method · 0.95
start
Method · 0.95
stop
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected