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

Function set_worker_pids

apps/backend/shared.js:14–16  ·  view source on GitHub ↗
(pids)

Source from the content-addressed store, hash-verified

12}
13
14function set_worker_pids(pids) {
15 process_sync_worker_pids = pids;
16}
17
18function add_worker_pid(pid) {
19 process_sync_worker_pids.push(pid);

Callers 1

main.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected