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

Function getHostContext

code/higher-order-components/public/app.js:11922–11925  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11920 }
11921
11922 function getHostContext() {
11923 var context = requiredContext(contextStackCursor.current);
11924 return context;
11925 }
11926
11927 function pushHostContext(fiber) {
11928 var rootInstance = requiredContext(rootInstanceStackCursor.current);

Callers 2

ReactFiberCompleteWorkFunction · 0.70
completeWorkFunction · 0.70

Calls 1

requiredContextFunction · 0.70

Tested by

no test coverage detected