MCPcopy Create free account
hub / github.com/PatrickSys/codebase-context / getRerankerStatus

Function getRerankerStatus

src/core/reranker.ts:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42/** Returns the current reranker health status */
43export function getRerankerStatus(): RerankerStatus {
44 return rerankerHealth;
45}
46
47function resetLoadedState(): void {
48 cachedTokenizer = null;

Callers 2

handleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected