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

Function getTracker

code/new-context-api/public/app.js:3101–3103  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

3099}
3100
3101function getTracker(node) {
3102 return node._valueTracker;
3103}
3104
3105function detachTracker(node) {
3106 node._valueTracker = null;

Callers 2

trackFunction · 0.70
updateValueIfChangedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected