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

Function isFiberMounted

code/composition/public/app.js:5282–5284  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

5280}
5281
5282function isFiberMounted(fiber) {
5283 return isFiberMountedImpl(fiber) === MOUNTED;
5284}
5285
5286function isMounted(component) {
5287 {

Callers 2

dispatchEventFunction · 0.70

Calls 1

isFiberMountedImplFunction · 0.70

Tested by

no test coverage detected