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

Function R

test/maintain-stats.test.ts:4–4  ·  view source on GitHub ↗
(scope: string, status: string, filesChanged = 0, when = '1h ago', at?: string)

Source from the content-addressed store, hash-verified

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 });
5
6describe('buildMaintainStats', () => {
7 it('aggregates opened/blocked/failed, files cleaned, success rate, and by-scope', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected