Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ removeFilter
Method
removeFilter
ui/src/app/Query.js:140–142 ·
view source on GitHub ↗
(name, value)
Source
from the content-addressed store, hash-verified
138
}
139
140
removeFilter(name, value) {
141
return
this.remove(`filter:${name}`, value);
142
}
143
144
removeAllFilters() {
145
const
state = _.cloneDeep(this.state);
Callers
1
removeFilterValue
Method · 0.80
Calls
1
remove
Method · 0.95
Tested by
no test coverage detected