MCPcopy
hub / github.com/npmx-dev/npmx.dev / selectAll

Function selectAll

app/composables/useFacetSelection.ts:235–237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

233
234 // Select all facets globally
235 function selectAll(): void {
236 selectedFacetIds.value = DEFAULT_FACETS
237 }
238
239 // Deselect all facets globally (keeps first facet to ensure at least one)
240 function deselectAll(): void {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected