MCPcopy Create free account
hub / github.com/microsoft/SandDance / getHostContext

Function getHostContext

docs/external/js/react-dom.development.js:14578–14581  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14576 }
14577
14578 function getHostContext() {
14579 var context = requiredContext(contextStackCursor$1.current);
14580 return context;
14581 }
14582
14583 function pushHostContext(fiber) {
14584 var rootInstance = requiredContext(rootInstanceStackCursor.current);

Callers 2

completeWorkFunction · 0.85

Calls 1

requiredContextFunction · 0.85

Tested by

no test coverage detected