MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / maintain-stats.test.ts

File maintain-stats.test.ts

test/maintain-stats.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { buildMaintainStats, suggestNextScopes, recommendNextScope, weeklyReport, trendByWeek, projectMonthly, forecastTrend } from '../src/cli/maintain-stats.ts';
3
4const R = (scope: string, status: string, filesChanged = 0, when = '1h ago', at?: string) => ({ scope, status, filesChanged, when, at });

Callers

nothing calls this directly

Calls 9

buildMaintainStatsFunction · 0.90
suggestNextScopesFunction · 0.90
recommendNextScopeFunction · 0.90
weeklyReportFunction · 0.90
trendByWeekFunction · 0.90
projectMonthlyFunction · 0.90
forecastTrendFunction · 0.90
RFunction · 0.70
isoFunction · 0.70

Tested by

no test coverage detected