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

Function syncUrlState

website/src/scripts/pages/workflows.ts:148–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146}
147
148function syncUrlState(): void {
149 updateQueryParams({
150 q: '',
151 trigger: currentFilters.triggers,
152 sort: currentSort === 'title' ? '' : currentSort,
153 });
154}
155
156export async function initWorkflowsPage(): Promise<void> {
157 const list = document.getElementById('resource-list');

Callers 1

initWorkflowsPageFunction · 0.70

Calls 1

updateQueryParamsFunction · 0.90

Tested by

no test coverage detected