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

Method getValue

packages/animated/src/AnimatedArray.ts:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 getValue(): T {
24 return this.source.map(node => node.getValue()) as any
25 }
26
27 setValue(source: T) {
28 const payload = this.getPayload()

Callers 5

getFunction · 0.45
advanceMethod · 0.45
_setMethod · 0.45
callbackFunction · 0.45
withAnimatedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected