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

Function getStatusIcon

static/js/utils.js:701–705  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

699};
700
701function getStatusIcon(status) {
702 const s = accountStatusIconMap[status];
703 if (!s) return `<span title="${status}">⚪</span>`;
704 return `<span title="${s.title}">${s.icon}</span>`;
705}
706
707// ============================================
708// 确认对话框

Callers 1

loadRecentAccountsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected