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

Method remove

ui/src/app/Query.js:81–84  ·  view source on GitHub ↗
(name, value)

Source from the content-addressed store, hash-verified

79 }
80
81 remove(name, value) {
82 const values = this.getList(name);
83 return this.set(name, _.without(values, value));
84 }
85
86 clear(name) {
87 return this.set(name, []);

Callers 9

removeFilterMethod · 0.95
removeFacetMethod · 0.95
destroy_dbFunction · 0.80
periodicMethod · 0.80
remove_roleMethod · 0.80
to_dictMethod · 0.80
to_textMethod · 0.80
indexFunction · 0.80
expand.pyFile · 0.80

Calls 2

getListMethod · 0.95
setMethod · 0.95

Tested by

no test coverage detected