MCPcopy
hub / github.com/pmndrs/react-spring / getFluidValue

Function getFluidValue

packages/shared/src/fluids.ts:46–47  ·  view source on GitHub ↗
(arg: any)

Source from the content-addressed store, hash-verified

44 * If `arg` is not observable, `arg` is returned.
45 */
46const getFluidValue: GetFluidValue = (arg: any) =>
47 arg && arg[$get] ? arg[$get]() : arg
48
49/** Get the current observer set. Never mutate it directly! */
50const getFluidObservers: GetFluidObservers = (target: any) =>

Callers 12

_getMethod · 0.90
computeGoalFunction · 0.90
goalMethod · 0.90
advanceMethod · 0.90
_prepareNodeMethod · 0.90
_mergeMethod · 0.90
_setMethod · 0.90
_startMethod · 0.90
createStringInterpolatorFunction · 0.90
getValueMethod · 0.90
_getMethod · 0.90
getValueMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…