MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / statusBadge

Function statusBadge

static/js/selfcheck.js:32–35  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

30}
31
32function statusBadge(status) {
33 const normalized = normalizeStatus(status);
34 return `<span class="status-badge ${normalized.cls}">${escapeHtml(normalized.text)}</span>`;
35}
36
37function parseErrorMessage(error) {
38 const detail = error?.data?.detail;

Callers 2

renderRunsFunction · 0.85
renderRunDetailFunction · 0.85

Calls 2

normalizeStatusFunction · 0.85
escapeHtmlFunction · 0.70

Tested by

no test coverage detected