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

Method toParams

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

Source from the content-addressed store, hash-verified

268 }
269
270 toParams() {
271 const params = {};
272 this.fields().forEach((name) => {
273 params[name] = this.getList(name);
274 });
275 return params;
276 }
277}
278
279export default Query;

Callers 2

toStringMethod · 0.95
queryEndpointFunction · 0.80

Calls 2

fieldsMethod · 0.95
getListMethod · 0.95

Tested by

no test coverage detected