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

Function getContextName

dash/deps/react@18.2.0.js:514–516  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

512
513
514 function getContextName(type) {
515 return type.displayName || 'Context';
516 } // Note that the reconciler package should generally prefer to use getComponentNameFromFiber() instead.
517
518
519 function getComponentNameFromType(type) {

Callers 1

getComponentNameFromTypeFunction · 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…