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

Method setPlain

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

Source from the content-addressed store, hash-verified

30 }
31
32 setPlain(name, value) {
33 this.state[this.queryName + name] = ensureArray(value);
34 return this;
35 }
36
37 set(name, value) {
38 const child = this.clone();

Callers 1

constructorMethod · 0.95

Calls 1

ensureArrayFunction · 0.50

Tested by

no test coverage detected