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

Function syncUrlState

website/src/scripts/pages/plugins.ts:219–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

217}
218
219function syncUrlState(): void {
220 updateQueryParams({
221 q: '',
222 tag: currentFilters.tags,
223 sort: currentSort === 'title' ? '' : currentSort,
224 });
225}
226
227export async function initPluginsPage(): Promise<void> {
228 const list = document.getElementById('resource-list');

Callers 1

initPluginsPageFunction · 0.70

Calls 1

updateQueryParamsFunction · 0.90

Tested by

no test coverage detected