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

Function syncUrlState

website/src/scripts/pages/extensions.ts:402–408  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

400}
401
402function syncUrlState(): void {
403 updateQueryParams({
404 q: "",
405 keyword: currentFilters.keywords,
406 sort: currentSort === "title" ? "" : currentSort,
407 });
408}
409
410export async function initExtensionsPage(): Promise<void> {
411 const list = document.getElementById("resource-list");

Callers 1

initExtensionsPageFunction · 0.70

Calls 1

updateQueryParamsFunction · 0.90

Tested by

no test coverage detected