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

Method fields

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

Source from the content-addressed store, hash-verified

106 }
107
108 fields() {
109 // List all the fields set for this query
110 const keys = _.keys(this.context);
111 _.keys(this.state).forEach((name) => {
112 if (name.startsWith(this.queryName)) {
113 keys.push(name.substr(this.queryName.length));
114 }
115 });
116 return _.uniq(keys);
117 }
118
119 filters() {
120 // List all the filters explictly active in this query

Callers 1

toParamsMethod · 0.95

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected