Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pmndrs/react-spring
/ getValue
Method
getValue
packages/animated/src/AnimatedString.ts:23–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
getValue() {
24
const
value = this._string
25
return
value == null ? (this._string = this._toString(this._value)) : value
26
}
27
28
setValue(value: Value) {
29
if
(is.str(value)) {
Callers
1
reset
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected