MCPcopy Create free account
hub / github.com/caseywebdev/react-list / getOwner

Function getOwner

docs/index.js:996–999  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

994 return "";
995 }
996 function getOwner() {
997 var dispatcher = ReactSharedInternals.A;
998 return null === dispatcher ? null : dispatcher.getOwner();
999 }
1000 function hasValidKey(config) {
1001 if (hasOwnProperty.call(config, "key")) {
1002 var getter = Object.getOwnPropertyDescriptor(config, "key").get;

Callers 4

validateExplicitKeyFunction · 0.85
index.jsFile · 0.85
jsxDEVImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…