MCPcopy
hub / github.com/krasimir/react-in-patterns / hasContextChanged

Function hasContextChanged

code/redux/public/app.js:12599–12601  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12597 }
12598
12599 function hasContextChanged() {
12600 return didPerformWorkStackCursor.current;
12601 }
12602
12603 function isContextConsumer(fiber) {
12604 return fiber.tag === ClassComponent && fiber.type.contextTypes != null;

Callers 2

resumeMountClassInstanceFunction · 0.70
updateClassInstanceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected