MCPcopy Create free account
hub / github.com/AS-AIGC/TranscriptHub / get_worker_pids

Function get_worker_pids

apps/backend/shared.js:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8let process_sync_worker_pids = [];
9
10function get_worker_pids() {
11 return process_sync_worker_pids;
12}
13
14function set_worker_pids(pids) {
15 process_sync_worker_pids = pids;

Callers 4

main.jsFile · 0.85
cleanup_taskFunction · 0.85
cleanup_task_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected