MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / metricsFile

Function metricsFile

src/tools/web/extract-metrics.ts:35–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35async function metricsFile(): Promise<string> {
36 const { QODEX_HOME } = await import('../../config/defaults.js');
37 const path = await import('path');
38 return path.join(QODEX_HOME, 'cache', 'web', 'extract-metrics.jsonl');
39}
40
41/** Append one extract event. Only the truncation modes are recorded (whole pages aren't interesting). Best-effort. */
42export async function recordExtract(mode: ExtractMode): Promise<void> {

Callers 2

recordExtractFunction · 0.85
readExtractMetricsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected