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

Function normalizeStatus

core/fleet/session.js:37–39  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

35 return splitCells(row).every((cell) => /^:?-{2,}:?$/.test(cell));
36}
37
38function normalizeStatus(status) {
39 return String(status || 'pending').trim().toLowerCase() || 'pending';
40}
41
42function parseList(value) {

Callers 7

parseWorkQueueFunction · 0.70
serializeWorkQueueFunction · 0.70
dependencyStatusFunction · 0.70
isRunnableFunction · 0.70
getBlockedTasksFunction · 0.70
validateMergeOrderFunction · 0.70
getMergeCandidatesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected