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

Function getTracker

code/composition/public/app.js:3878–3880  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

3876}
3877
3878function getTracker(node) {
3879 return node._valueTracker;
3880}
3881
3882function detachTracker(node) {
3883 node._valueTracker = null;

Callers 2

trackFunction · 0.70
updateValueIfChangedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected