MCPcopy Index your code
hub / github.com/reactjs/react-rails / getWrappedName

Function getWrappedName

lib/assets/react-source/development/react.js:522–525  ·  view source on GitHub ↗
(outerType, innerType, wrapperName)

Source from the content-addressed store, hash-verified

520 }
521
522 function getWrappedName(outerType, innerType, wrapperName) {
523 var functionName = innerType.displayName || innerType.name || '';
524 return outerType.displayName || (functionName !== '' ? wrapperName + "(" + functionName + ")" : wrapperName);
525 }
526
527 function getComponentName(type) {
528 if (type == null) {

Callers 1

getComponentNameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected