MCPcopy 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

trackFunction · 0.85
updateValueIfChangedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected