MCPcopy Index your code
hub / github.com/github/awesome-copilot / renderItems

Function renderItems

website/src/scripts/pages/instructions.ts:76–81  ·  view source on GitHub ↗
(items: Instruction[])

Source from the content-addressed store, hash-verified

74}
75
76function renderItems(items: Instruction[]): void {
77 const list = document.getElementById('resource-list');
78 if (!list) return;
79
80 list.innerHTML = renderInstructionsHtml(items);
81}
82
83function openInstructionDetailsModal(path: string, trigger?: HTMLElement): void {
84 const item = instructionByPath.get(path);

Callers 1

applyFiltersAndRenderFunction · 0.70

Calls 1

renderInstructionsHtmlFunction · 0.90

Tested by

no test coverage detected