Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ worker-thread-entry.ts
File
worker-thread-entry.ts
packages/node-runtime/src/semantic-index/worker-thread-entry.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ parentPort, workerData } from
'node:worker_threads'
2
import
type
{ SemanticIndexWorkerStartupOptions } from
'./worker-runtime'
3
4
const
startup = workerData as SemanticIndexWorkerStartupOptions
Callers
nothing calls this directly
Calls
2
main
Function · 0.70
error
Method · 0.65
Tested by
no test coverage detected