MCPcopy Create free account
hub / github.com/reactjs/react-rails / getHostContext

Function getHostContext

lib/assets/react-source/development/react.js:18138–18141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18136 }
18137
18138 function getHostContext() {
18139 var context = requiredContext(contextStackCursor$1.current);
18140 return context;
18141 }
18142
18143 function pushHostContext(fiber) {
18144 var rootInstance = requiredContext(rootInstanceStackCursor.current);

Callers 2

react.jsFile · 0.85
completeWorkFunction · 0.85

Calls 1

requiredContextFunction · 0.85

Tested by

no test coverage detected