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

Function getHostContext

code/communication/public/app.js:11963–11966  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11961 }
11962
11963 function getHostContext() {
11964 var context = requiredContext(contextStackCursor.current);
11965 return context;
11966 }
11967
11968 function pushHostContext(fiber) {
11969 var rootInstance = requiredContext(rootInstanceStackCursor.current);

Callers 2

ReactFiberCompleteWorkFunction · 0.70
completeWorkFunction · 0.70

Calls 1

requiredContextFunction · 0.70

Tested by

no test coverage detected