Method
constructor
(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
Tested by
no test coverage detected