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

Function getHostContext

code/controlled-uncontrolled/public/app.js:11252–11255  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11250 }
11251
11252 function getHostContext() {
11253 var context = requiredContext(contextStackCursor.current);
11254 return context;
11255 }
11256
11257 function pushHostContext(fiber) {
11258 var rootInstance = requiredContext(rootInstanceStackCursor.current);

Callers 2

ReactFiberCompleteWorkFunction · 0.70
completeWorkFunction · 0.70

Calls 1

requiredContextFunction · 0.70

Tested by

no test coverage detected