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

Function getTracker

code/styling/public/app.js:3740–3742  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

3738}
3739
3740function getTracker(node) {
3741 return node._valueTracker;
3742}
3743
3744function detachTracker(node) {
3745 node._valueTracker = null;

Callers 2

trackFunction · 0.70
updateValueIfChangedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected