MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / isFiberMounted

Function isFiberMounted

code/new-context-api/public/app.js:4505–4507  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

4503}
4504
4505function isFiberMounted(fiber) {
4506 return isFiberMountedImpl(fiber) === MOUNTED;
4507}
4508
4509function isMounted(component) {
4510 {

Callers 2

dispatchEventFunction · 0.70

Calls 1

isFiberMountedImplFunction · 0.70

Tested by

no test coverage detected