MCPcopy Create free account
hub / github.com/gomatcha/matcha / foreignToBool

Method foreignToBool

cmd/Tracker.java:86–89  ·  view source on GitHub ↗
(long v)

Source from the content-addressed store, hash-verified

84 return track(v);
85 }
86 public synchronized boolean foreignToBool(long v) {
87 boolean a = (Boolean)this.get(v);
88 return a;
89 }
90 public synchronized long foreignInt64(long v) {
91 return track(v);
92 }

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected