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

Function getTracker

code/third-party/public/app.js:2973–2975  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

2971}
2972
2973function getTracker(node) {
2974 return node._valueTracker;
2975}
2976
2977function detachTracker(node) {
2978 node._valueTracker = null;

Callers 2

trackFunction · 0.70
updateValueIfChangedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected