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

Function syncUrlState

website/src/scripts/pages/skills.ts:215–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213}
214
215function syncUrlState(): void {
216 updateQueryParams({
217 q: '',
218 category: [],
219 hasAssets: false,
220 sort: currentSort === 'title' ? '' : currentSort,
221 });
222}
223
224export async function initSkillsPage(): Promise<void> {
225 const list = document.getElementById('resource-list');

Callers 1

initSkillsPageFunction · 0.70

Calls 1

updateQueryParamsFunction · 0.90

Tested by

no test coverage detected