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

Method fromLocation

ui/src/app/Query.js:22–25  ·  view source on GitHub ↗
(path, location, context, queryName)

Source from the content-addressed store, hash-verified

20 static MAX_LIMIT = 9999;
21
22 static fromLocation(path, location, context, queryName) {
23 const state = queryString.parse(location.search);
24 return new Query(path, state, context, queryName);
25 }
26
27 clone() {
28 const state = _.cloneDeep(this.state);

Callers 15

groupsQueryFunction · 0.80
alertsQueryFunction · 0.80
entitiesQueryFunction · 0.80
collectionContextQueryFunction · 0.80
entitySetEntitiesQueryFunction · 0.80
entitySetItemsQueryFunction · 0.80
investigationsQueryFunction · 0.80
datasetsQueryFunction · 0.80
collectionMappingsQueryFunction · 0.80
folderDocumentsQueryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected