MCPcopy 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

1import { parentPort, workerData } from 'node:worker_threads'
2import type { SemanticIndexWorkerStartupOptions } from './worker-runtime'
3
4const startup = workerData as SemanticIndexWorkerStartupOptions

Callers

nothing calls this directly

Calls 2

mainFunction · 0.70
errorMethod · 0.65

Tested by

no test coverage detected