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

Method getIcon

static/js/utils.js:44–52  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

42 }
43
44 getIcon(type) {
45 const icons = {
46 success: '✓',
47 error: '✕',
48 warning: '⚠',
49 info: 'ℹ'
50 };
51 return icons[type] || icons.info;
52 }
53
54 escapeHtml(text) {
55 const div = document.createElement('div');

Callers 1

showMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected