Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
selectEntity
Function · 0.45
selectProfile
Function · 0.45
selectNotificationsResult
Function · 0.45
selectBookmarksResult
Function · 0.45
state.test.ts
File · 0.45
TimelineItemCaption.test.tsx
File · 0.45
Timeline.test.tsx
File · 0.45
TimelineItemCreateForm.test.tsx
File · 0.45
EntityViewer2.test.tsx
File · 0.45
EntityViewerProperties.test.tsx
File · 0.45
util.test.ts
File · 0.45
TimelineListItem.test.tsx
File · 0.45
Calls
no outgoing calls
Tested by
1
getPageEntity
Function · 0.36