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

Function getTracker

code/dependency-injection/public/app.js:3833–3835  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

3831}
3832
3833function getTracker(node) {
3834 return node._valueTracker;
3835}
3836
3837function detachTracker(node) {
3838 node._valueTracker = null;

Callers 2

trackFunction · 0.70
updateValueIfChangedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected