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

Function renderItems

website/src/scripts/pages/workflows.ts:70–75  ·  view source on GitHub ↗
(items: Workflow[])

Source from the content-addressed store, hash-verified

68}
69
70function renderItems(items: Workflow[]): void {
71 const list = document.getElementById('resource-list');
72 if (!list) return;
73
74 list.innerHTML = renderWorkflowsHtml(items);
75}
76
77function openWorkflowDetailsModal(path: string, trigger?: HTMLElement): void {
78 const item = workflowByPath.get(path);

Callers 1

applyFiltersAndRenderFunction · 0.70

Calls 1

renderWorkflowsHtmlFunction · 0.90

Tested by

no test coverage detected