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

Function getHostContext

code/styling/public/app.js:11928–11931  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11926 }
11927
11928 function getHostContext() {
11929 var context = requiredContext(contextStackCursor.current);
11930 return context;
11931 }
11932
11933 function pushHostContext(fiber) {
11934 var rootInstance = requiredContext(rootInstanceStackCursor.current);

Callers 2

ReactFiberCompleteWorkFunction · 0.70
completeWorkFunction · 0.70

Calls 1

requiredContextFunction · 0.70

Tested by

no test coverage detected