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

Function hasContextChanged

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

Source from the content-addressed store, hash-verified

12439 }
12440
12441 function hasContextChanged() {
12442 return didPerformWorkStackCursor.current;
12443 }
12444
12445 function isContextConsumer(fiber) {
12446 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