MCPcopy Create free account
hub / github.com/alephdata/aleph / clearFilter

Method clearFilter

ui/src/app/Query.js:156–158  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

154 }
155
156 clearFilter(name) {
157 return this.clear(`filter:${name}`);
158 }
159
160 getSort() {
161 if (!this.has('sort')) return {};

Callers 3

toggleCreatedByMethod · 0.80
removeFilterValueMethod · 0.80
onClearDatesMethod · 0.80

Calls 1

clearMethod · 0.95

Tested by

no test coverage detected