Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InverseUI/InverseUI-Recorder
/ getTracker
Method
getTracker
modules/action/index.js:67–69 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
65
66
// Get specific tracker if needed
67
getTracker(name) {
68
return
this.trackers[name];
69
}
70
71
}
72
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected