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

Function syncUrlState

website/src/scripts/pages/tools.ts:92–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90}
91
92function syncUrlState(): void {
93 updateQueryParams({
94 q: "",
95 category: currentFilters.categories,
96 sort: currentSort === "featured" ? "" : currentSort,
97 });
98}
99
100function setupCopyConfigHandlers(): void {
101 if (copyHandlersReady) return;

Callers 1

initToolsPageFunction · 0.70

Calls 1

updateQueryParamsFunction · 0.90

Tested by

no test coverage detected