Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
function
set_worker_pids(pids) {
15
process_sync_worker_pids = pids;
16
}
17
18
function
add_worker_pid(pid) {
19
process_sync_worker_pids.push(pid);
Callers
1
main.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected