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

Method hasFilter

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

Source from the content-addressed store, hash-verified

92 }
93
94 hasFilter(name) {
95 return this.has(`filter:${name}`);
96 }
97
98 hasQuery() {
99 if (this.getString('q').length > 0) {

Callers 3

renderErrorsMethod · 0.80
filterDateIntervalsFunction · 0.80
renderMethod · 0.80

Calls 1

hasMethod · 0.95

Tested by

no test coverage detected