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

Function getTracker

code/communication/public/app.js:3775–3777  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

3773}
3774
3775function getTracker(node) {
3776 return node._valueTracker;
3777}
3778
3779function detachTracker(node) {
3780 node._valueTracker = null;

Callers 2

trackFunction · 0.70
updateValueIfChangedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected