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

Method clone

ui/src/app/Query.js:27–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 clone() {
28 const state = _.cloneDeep(this.state);
29 return new Query(this.path, state, this.context, this.queryName);
30 }
31
32 setPlain(name, value) {
33 this.state[this.queryName + name] = ensureArray(value);

Callers 2

setMethod · 0.95
get_profileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected