Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gomatcha/matcha
/ singleton
Method
singleton
cmd/Tracker.java:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
private
Tracker() {
15
}
16
public
static
Tracker singleton() {
17
return
instance;
18
}
19
public
synchronized long track(Object v) {
20
if
(v == null) {
21
return
0;
Callers
3
GoValue
Class · 0.95
GoValue
Method · 0.95
toObject
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected