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

Function isFiberMounted

code/third-party/public/app.js:4377–4379  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

4375}
4376
4377function isFiberMounted(fiber) {
4378 return isFiberMountedImpl(fiber) === MOUNTED;
4379}
4380
4381function isMounted(component) {
4382 {

Callers 2

dispatchEventFunction · 0.70

Calls 1

isFiberMountedImplFunction · 0.70

Tested by

no test coverage detected