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

Function currentPanelFromHash

dashboard/app.js:485–488  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

483 for (const tree of data.worktrees) {
484 const tr = el('tr');
485 const branchTd = el('td');
486 branchTd.appendChild(badge(tree.branch || 'detached', 'fleet'));
487 tr.appendChild(branchTd);
488 tr.appendChild(el('td', 'mono dimmed', tree.path));
489 table.appendChild(tr);
490 }
491 trees.appendChild(table);

Callers 1

app.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected