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

Function getDisplayName

app/src/static/js/react-bootstrap.js:6734–6737  ·  view source on GitHub ↗
(Component)

Source from the content-addressed store, hash-verified

6732}
6733
6734var getDisplayName = function getDisplayName(Component) {
6735 var name = typeof Component === 'string' ? Component : Component.name || Component.displayName;
6736 return name ? "ContextTransform(" + name + ")" : 'ContextTransform';
6737};
6738
6739var ensureConsumer = function ensureConsumer(c) {
6740 return c.Consumer || c;

Callers 1

$mapContextToPropsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…