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