Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ mapStateToProps
Function
mapStateToProps
ui/src/components/EntitySet/EntitySetCreateMenu.jsx:111–113 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
109
}
110
111
const mapStateToProps = (state) => ({
112
session: selectSession(state),
113
});
114
115
export default compose(
116
connect(mapStateToProps),
Callers
nothing calls this directly
Calls
1
selectSession
Function · 0.90
Tested by
no test coverage detected