Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
let
process_sync_worker_pids = [];
9
10
function
get_worker_pids() {
11
return
process_sync_worker_pids;
12
}
13
14
function
set_worker_pids(pids) {
15
process_sync_worker_pids = pids;
Callers
4
main.js
File · 0.85
create_transcribe_task_controller
Function · 0.85
cleanup_task
Function · 0.85
cleanup_task_
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected