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

Method getEntity

ui/src/components/EntityTable/EntityTable.jsx:187–189  ·  view source on GitHub ↗
(entityId)

Source from the content-addressed store, hash-verified

185 }
186
187 getEntity(entityId) {
188 return this.props.result.results.find(({ id }) => entityId === id);
189 }
190
191 render() {
192 const {

Callers 15

selectEntityFunction · 0.45
selectProfileFunction · 0.45
selectBookmarksResultFunction · 0.45
state.test.tsFile · 0.45
Timeline.test.tsxFile · 0.45
util.test.tsFile · 0.45

Calls

no outgoing calls

Tested by 1

getPageEntityFunction · 0.36