Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ getFilter
Method
getFilter
ui/src/app/Query.js:128–130 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
126
}
127
128
getFilter(name) {
129
return
this.getList(`filter:${name}`);
130
}
131
132
setFilter(name, value) {
133
return
this.set(`filter:${name}`, value);
Callers
5
mapStateToProps
Function · 0.80
getTagsList
Method · 0.80
filterDateIntervals
Function · 0.80
renderList
Method · 0.80
render
Method · 0.80
Calls
1
getList
Method · 0.95
Tested by
no test coverage detected