MCPcopy Create free account
hub / github.com/alephdata/aleph / clear

Method clear

ui/src/app/Query.js:86–88  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

84 }
85
86 clear(name) {
87 return this.set(name, []);
88 }
89
90 has(name) {
91 return this.getList(name).length !== 0;

Callers 8

clearFilterMethod · 0.95
sortByMethod · 0.95
toKeyMethod · 0.95
oauth_callbackFunction · 0.80
Timeline.test.tsxFile · 0.80
toggleSortMethod · 0.80
mapStateToPropsFunction · 0.80

Calls 1

setMethod · 0.95

Tested by

no test coverage detected