MCPcopy 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

GoValueClass · 0.95
GoValueMethod · 0.95
toObjectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected