MCPcopy Create free account
hub / github.com/SethGammon/Citadel / ms

Function ms

scripts/dashboard.js:1365–1365  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1363 }
1364
1365 lines.push('');
1366 lines.push('ROUTINE QUOTA');
1367 const routineQuota = snapshot.routineQuota || { sourceExists: false, cap: ROUTINE_QUOTA_CAP, runsLast24h: 0, warning: false };
1368 lines.push(` Runs (last 24h): ${routineQuota.runsLast24h}/${routineQuota.cap}`);

Callers 1

renderDashboardFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected