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

Method expandEntity

ui/src/components/Entity/entityEditorWrapper.jsx:110–116  ·  view source on GitHub ↗
(entityId, properties, limit)

Source from the content-addressed store, hash-verified

108 }
109
110 async expandEntity(entityId, properties, limit) {
111 const query = entityExpandQuery(entityId, properties, limit);
112 this.props.queryEntityExpand({ query });
113 return new Promise((resolve) => {
114 this.pendingPromises.push({ query, promiseResolve: resolve });
115 });
116 }
117
118 async updateEntity(entity) {
119 const { collection, onStatusChange } = this.props;

Callers

nothing calls this directly

Calls 2

entityExpandQueryFunction · 0.90
pushMethod · 0.80

Tested by

no test coverage detected