MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / getHostContext

Function getHostContext

code/redux/public/app.js:12179–12182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12177 }
12178
12179 function getHostContext() {
12180 var context = requiredContext(contextStackCursor.current);
12181 return context;
12182 }
12183
12184 function pushHostContext(fiber) {
12185 var rootInstance = requiredContext(rootInstanceStackCursor.current);

Callers 2

ReactFiberCompleteWorkFunction · 0.70
completeWorkFunction · 0.70

Calls 1

requiredContextFunction · 0.70

Tested by

no test coverage detected