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

Function checkAction

extensions/java-modernization-studio/renderer.mjs:773–777  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

771 return "•";
772 }
773 function checkAction(c) {
774 if (!c.action) return "";
775 const opts = c.status === "fail" ? { primary: true } : {};
776 return btn(c.action.label || "Fix", c.action.kind, c.action.payload || {}, opts);
777 }
778
779 function tasksTab(s) {
780 let html = "";

Callers 1

doctorTabFunction · 0.85

Calls 1

btnFunction · 0.85

Tested by

no test coverage detected