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

Function emptyState

extensions/java-modernization-studio/renderer.mjs:849–851  ·  view source on GitHub ↗
(big, sub, action)

Source from the content-addressed store, hash-verified

847 );
848 }
849 function emptyState(big, sub, action) {
850 return '<div class="card"><div class="empty"><div class="big">' + esc(big) + "</div><div>" + sub + "</div>" + (action ? '<div class="actions" style="justify-content:center;margin-top:14px">' + action + "</div>" : "") + "</div></div>";
851 }
852 function miniMd(md) {
853 const lines = esc(md).split(/\r?\n/);
854 let out = "";

Callers 5

assessmentTabFunction · 0.85
planTabFunction · 0.85
doctorTabFunction · 0.85
summaryTabFunction · 0.85
renderFunction · 0.85

Calls 1

escFunction · 0.85

Tested by

no test coverage detected