Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ mapStateToProps
Function
mapStateToProps
ui/src/components/common/Entity.jsx:87–89 ·
view source on GitHub ↗
(state, ownProps)
Source
from the content-addressed store, hash-verified
85
}
86
87
const mapStateToProps = (state, ownProps) => ({
88
entity: selectEntity(state, ownProps.id),
89
});
90
91
class Entity {
92
static Label = VLEntity.Label;
Callers
nothing calls this directly
Calls
1
selectEntity
Function · 0.90
Tested by
no test coverage detected