Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krasimir/react-in-patterns
/ getTracker
Function
getTracker
code/communication/public/app.js:3775–3777 ·
view source on GitHub ↗
(node)
Source
from the content-addressed store, hash-verified
3773
}
3774
3775
function
getTracker(node) {
3776
return
node._valueTracker;
3777
}
3778
3779
function
detachTracker(node) {
3780
node._valueTracker = null;
Callers
2
track
Function · 0.70
updateValueIfChanged
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected