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

Function renderTools

website/src/scripts/pages/tools.ts:86–90  ·  view source on GitHub ↗
(tools: Tool[])

Source from the content-addressed store, hash-verified

84}
85
86function renderTools(tools: Tool[]): void {
87 const container = document.getElementById("tools-list");
88 if (!container) return;
89 container.innerHTML = renderToolsHtml(tools);
90}
91
92function syncUrlState(): void {
93 updateQueryParams({

Callers 1

applyFiltersAndRenderFunction · 0.85

Calls 1

renderToolsHtmlFunction · 0.90

Tested by

no test coverage detected