MCPcopy Index your code
hub / github.com/plotly/dash / getWrappedName

Function getWrappedName

dash/deps/react@16.14.0.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

Used in the wild real call sites across dependent graphs

searching dependent graphs…