MCPcopy 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
79function taskLabel(task) {
80 return `#${task.id} ${task.campaign || '(unnamed)'} [${task.status}]`;
81}
82
83function renderList(title, rows, emptyText) {
84 const output = [title];

Callers 1

renderReportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected