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

Method set

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

Source from the content-addressed store, hash-verified

35 }
36
37 set(name, value) {
38 const child = this.clone();
39 return this.setPlain.call(child, name, value);
40 }
41
42 setString(name, value) {
43 return this.set(name, _.toString(value));

Callers 15

setStringMethod · 0.95
toggleMethod · 0.95
addMethod · 0.95
removeMethod · 0.95
clearMethod · 0.95
setFilterMethod · 0.95
sortByMethod · 0.95
limitMethod · 0.95
offsetMethod · 0.95
clearFacetsMethod · 0.95
TableEditorBaseClass · 0.45
onVertexCreateMethod · 0.45

Calls 1

cloneMethod · 0.95

Tested by

no test coverage detected