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

Function getHostContext

code/dependency-injection/public/app.js:12021–12024  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12019 }
12020
12021 function getHostContext() {
12022 var context = requiredContext(contextStackCursor.current);
12023 return context;
12024 }
12025
12026 function pushHostContext(fiber) {
12027 var rootInstance = requiredContext(rootInstanceStackCursor.current);

Callers 2

ReactFiberCompleteWorkFunction · 0.70
completeWorkFunction · 0.70

Calls 1

requiredContextFunction · 0.70

Tested by

no test coverage detected