Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
renderErrors
Method · 0.80
filterDateIntervals
Function · 0.80
render
Method · 0.80
Calls
1
has
Method · 0.95
Tested by
no test coverage detected