MCPcopy 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

mapStateToPropsFunction · 0.80
getTagsListMethod · 0.80
filterDateIntervalsFunction · 0.80
renderListMethod · 0.80
renderMethod · 0.80

Calls 1

getListMethod · 0.95

Tested by

no test coverage detected