MCPcopy Create free account
hub / github.com/codeaashu/claude-code / search.worker.ts

File search.worker.ts

web/lib/workers/search.worker.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Full-text search worker.
3 * Maintains an in-memory index of conversation messages so search queries
4 * never block the main thread.

Callers

nothing calls this directly

Calls 3

addEntryFunction · 0.85
removeConversationFunction · 0.85
queryFunction · 0.70

Tested by

no test coverage detected