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

Function mapStateToProps

ui/src/components/common/SignInCallout.jsx:13–16  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

11import './SignInCallout.scss';
12
13const mapStateToProps = (state) => ({
14 metadata: selectMetadata(state),
15 session: selectSession(state),
16});
17
18export class SignInCallout extends React.Component {
19 constructor(props) {

Callers

nothing calls this directly

Calls 2

selectMetadataFunction · 0.90
selectSessionFunction · 0.90

Tested by

no test coverage detected