MCPcopy Create free account
hub / github.com/microsoft/SandDance / getWrappedName

Function getWrappedName

docs/external/js/react-dom.development.js:1474–1477  ·  view source on GitHub ↗
(outerType, innerType, wrapperName)

Source from the content-addressed store, hash-verified

1472 }
1473
1474 function getWrappedName(outerType, innerType, wrapperName) {
1475 var functionName = innerType.displayName || innerType.name || '';
1476 return outerType.displayName || (functionName !== '' ? wrapperName + "(" + functionName + ")" : wrapperName);
1477 }
1478
1479 function getComponentName(type) {
1480 if (type == null) {

Callers 1

getComponentNameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected