MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / getTracker

Function getTracker

code/controlled-uncontrolled/public/app.js:3064–3066  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

3062}
3063
3064function getTracker(node) {
3065 return node._valueTracker;
3066}
3067
3068function detachTracker(node) {
3069 node._valueTracker = null;

Callers 2

trackFunction · 0.70
updateValueIfChangedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected