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

Method constructor

ui/src/app/Query.js:10–16  ·  view source on GitHub ↗
(path, state, context = {}, queryName = '')

Source from the content-addressed store, hash-verified

8 // of the APIs (entities, documents, collections, roles), but just serves as a
9 // container for the default syntax of Aleph.
10 constructor(path, state, context = {}, queryName = '') {
11 this.path = path;
12 this.state = state;
13 this.context = context;
14 this.queryName = queryName;
15 this.setPlain('limit', Query.LIMIT);
16 }
17
18 static LIMIT = 30;
19 static LARGE = 200;

Callers

nothing calls this directly

Calls 1

setPlainMethod · 0.95

Tested by

no test coverage detected