Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ getTracker
Function
getTracker
docs/external/js/react-dom.development.js:1812–1814 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
1810
}
1811
1812
function
getTracker(node) {
1813
return
node._valueTracker;
1814
}
1815
1816
function
detachTracker(node) {
1817
node._valueTracker = null;
Callers
2
track
Function · 0.85
updateValueIfChanged
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected