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

Method toKey

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

Source from the content-addressed store, hash-verified

263 }
264
265 toKey() {
266 // Strip the parts of the query that are irrelevant to the result cache.
267 return this.clear('offset').clear('limit').clear('next_limit').toString();
268 }
269
270 toParams() {
271 const params = {};

Callers 7

selectResultFunction · 0.80
selectEntityExpandResultFunction · 0.80
updateResultsKeyedFunction · 0.80
updateResultsFullFunction · 0.80
resultLoadStartFunction · 0.80
resultLoadErrorFunction · 0.80

Calls 2

clearMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected