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

Function profileReferencesQuery

ui/src/queries.js:206–208  ·  view source on GitHub ↗
(profileId)

Source from the content-addressed store, hash-verified

204}
205
206export function profileReferencesQuery(profileId) {
207 return profileExpandQuery(profileId, [], 0);
208}
209
210export function profileReferenceQuery(location, profile, reference) {
211 const context = {

Callers 2

selectProfileReferencesFunction · 0.90
mapStateToPropsFunction · 0.90

Calls 1

profileExpandQueryFunction · 0.85

Tested by

no test coverage detected