Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ toggleFilter
Method
toggleFilter
ui/src/app/Query.js:136–138 ·
view source on GitHub ↗
(name, value)
Source
from the content-addressed store, hash-verified
134
}
135
136
toggleFilter(name, value) {
137
return
this.toggle(`filter:${name}`, value);
138
}
139
140
removeFilter(name, value) {
141
return
this.remove(`filter:${name}`, value);
Callers
1
onSelect
Method · 0.80
Calls
1
toggle
Method · 0.95
Tested by
no test coverage detected