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

Function track

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

Source from the content-addressed store, hash-verified

3901}
3902
3903function track(node) {
3904 if (getTracker(node)) {
3905 return;
3906 }
3907
3908 // TODO: Once it's just Fiber we can move this to node._wrapperState
3909 node._valueTracker = trackValueOnNode(node);
3910}
3911
3912function updateValueIfChanged(node) {
3913 if (!node) {

Callers 2

setInitialProperties$1Function · 0.70
diffHydratedProperties$1Function · 0.70

Calls 2

getTrackerFunction · 0.70
trackValueOnNodeFunction · 0.70

Tested by

no test coverage detected