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

Function track

code/communication/public/app.js:3845–3852  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

3843}
3844
3845function track(node) {
3846 if (getTracker(node)) {
3847 return;
3848 }
3849
3850 // TODO: Once it's just Fiber we can move this to node._wrapperState
3851 node._valueTracker = trackValueOnNode(node);
3852}
3853
3854function updateValueIfChanged(node) {
3855 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