MCPcopy Index your code
hub / github.com/microsoft/SandDance / popTopLevelContextObject

Function popTopLevelContextObject

docs/external/js/react-dom.development.js:10897–10902  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

10895 }
10896
10897 function popTopLevelContextObject(fiber) {
10898 {
10899 pop(didPerformWorkStackCursor, fiber);
10900 pop(contextStackCursor, fiber);
10901 }
10902 }
10903
10904 function pushTopLevelContextObject(fiber, context, didChange) {
10905 {

Callers 3

completeWorkFunction · 0.85
unwindWorkFunction · 0.85
unwindInterruptedWorkFunction · 0.85

Calls 1

popFunction · 0.70

Tested by

no test coverage detected