MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / clearModelSelection

Function clearModelSelection

codeclash/viewer/static/js/picker.js:1005–1011  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

1003}
1004
1005function clearModelSelection(event) {
1006 event.stopPropagation();
1007 selectedModels.clear();
1008 updateModelFilterDisplay();
1009 saveFilters();
1010 applyFilters();
1011}
1012
1013function updateModelFilterDisplay() {
1014 const displayElement = document.getElementById("model-filter-display");

Callers

nothing calls this directly

Calls 4

updateModelFilterDisplayFunction · 0.85
saveFiltersFunction · 0.85
applyFiltersFunction · 0.85
clearMethod · 0.80

Tested by

no test coverage detected