Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ taskLabel
Function
taskLabel
scripts/fleet-steward.js:79–81 ·
view source on GitHub ↗
(task)
Source
from the content-addressed store, hash-verified
77
}
78
79
function
taskLabel(task) {
80
return
`#${task.id} ${task.campaign ||
'(unnamed)'
} [${task.status}]`;
81
}
82
83
function
renderList(title, rows, emptyText) {
84
const
output = [title];
Callers
1
renderReport
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected