Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ isTerminalStatus
Function
isTerminalStatus
core/loops/status.js:36–38 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
34
}
35
36
function
isTerminalStatus(value) {
37
return
TERMINAL_STATUSES.includes(normalizeStatus(value));
38
}
39
40
function
stopSummary(status) {
41
const
normalized = normalizeStatus(status,
'blocked'
);
Callers
4
listLoops
Function · 0.85
test-loops.js
File · 0.85
formatLoop
Function · 0.85
renderList
Function · 0.85
Calls
1
normalizeStatus
Function · 0.70
Tested by
no test coverage detected