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

Function track

code/composition/public/app.js:3948–3955  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

3946}
3947
3948function track(node) {
3949 if (getTracker(node)) {
3950 return;
3951 }
3952
3953 // TODO: Once it's just Fiber we can move this to node._wrapperState
3954 node._valueTracker = trackValueOnNode(node);
3955}
3956
3957function updateValueIfChanged(node) {
3958 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