MCPcopy Create free account
hub / github.com/docker/getting-started / mapContextToProps

Function mapContextToProps

app/src/static/js/react-bootstrap.js:6798–6804  ·  view source on GitHub ↗
(maybeOpts, mapToProps, Component)

Source from the content-addressed store, hash-verified

6796}
6797
6798function mapContextToProps(maybeOpts, mapToProps, Component) {
6799 if (arguments.length === 2) return $mapContextToProps(maybeOpts, mapToProps);
6800 return $mapContextToProps({
6801 consumers: maybeOpts,
6802 mapToProps: mapToProps
6803 }, Component);
6804}
6805
6806/***/ }),
6807/* 56 */

Callers

nothing calls this directly

Calls 1

$mapContextToPropsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…