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

Function getWrappedName

docs/external/js/react.development.js:216–219  ·  view source on GitHub ↗
(outerType, innerType, wrapperName)

Source from the content-addressed store, hash-verified

214 }
215
216 function getWrappedName(outerType, innerType, wrapperName) {
217 var functionName = innerType.displayName || innerType.name || '';
218 return outerType.displayName || (functionName !== '' ? wrapperName + "(" + functionName + ")" : wrapperName);
219 }
220
221 function getComponentName(type) {
222 if (type == null) {

Callers 1

getComponentNameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected