MCPcopy
hub / github.com/github/awesome-copilot / checkIcon

Function checkIcon

extensions/java-modernization-studio/renderer.mjs:767–772  ·  view source on GitHub ↗
(status)

Source from the content-addressed store, hash-verified

765 }
766
767 function checkIcon(status) {
768 if (status === "ok") return "✓";
769 if (status === "warn") return "!";
770 if (status === "fail") return "✕";
771 return "•";
772 }
773 function checkAction(c) {
774 if (!c.action) return "";
775 const opts = c.status === "fail" ? { primary: true } : {};

Callers 1

doctorTabFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected