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

Function track

code/dependency-injection-module-system/public/app.js:3861–3868  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

3859}
3860
3861function track(node) {
3862 if (getTracker(node)) {
3863 return;
3864 }
3865
3866 // TODO: Once it's just Fiber we can move this to node._wrapperState
3867 node._valueTracker = trackValueOnNode(node);
3868}
3869
3870function updateValueIfChanged(node) {
3871 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