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

Function getHostContext

code/third-party/public/app.js:11161–11164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11159 }
11160
11161 function getHostContext() {
11162 var context = requiredContext(contextStackCursor.current);
11163 return context;
11164 }
11165
11166 function pushHostContext(fiber) {
11167 var rootInstance = requiredContext(rootInstanceStackCursor.current);

Callers 2

ReactFiberCompleteWorkFunction · 0.70
completeWorkFunction · 0.70

Calls 1

requiredContextFunction · 0.70

Tested by

no test coverage detected