MCPcopy Index your code
hub / github.com/pmndrs/react-spring / hasFluidObserver

Function hasFluidObserver

packages/core/src/SpringValue.test.ts:1262–1265  ·  view source on GitHub ↗
(target: any, observer: FluidObserver)

Source from the content-addressed store, hash-verified

1260}
1261
1262function hasFluidObserver(target: any, observer: FluidObserver) {
1263 const observers = getFluidObservers(target)
1264 return !!observers && observers.has(observer)
1265}

Callers 1

describeTargetFunction · 0.85

Calls 1

getFluidObserversFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…