MCPcopy 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

toggleCreatedByMethod · 0.80
mapStateToPropsFunction · 0.80
getLinkMethod · 0.80
mapStateToPropsFunction · 0.80
onSelectMethod · 0.80
SchemaLinkFunction · 0.80
onSelectMethod · 0.80
mapStateToPropsFunction · 0.80
mapStateToPropsFunction · 0.80

Calls 1

setMethod · 0.95

Tested by

no test coverage detected