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

Function clearDateFilter

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

Source from the content-addressed store, hash-verified

1135}
1136
1137function clearDateFilter(event) {
1138 if (event) {
1139 event.preventDefault();
1140 event.stopPropagation();
1141 }
1142 selectedDate = null;
1143 updateDateFilterDisplay();
1144 saveFilters();
1145 applyFilters();
1146}
1147
1148// Filter persistence
1149const FILTERS_KEY = "picker_filters";

Callers

nothing calls this directly

Calls 3

updateDateFilterDisplayFunction · 0.85
saveFiltersFunction · 0.85
applyFiltersFunction · 0.85

Tested by

no test coverage detected