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

Method foreignBool

cmd/Tracker.java:83–85  ·  view source on GitHub ↗
(boolean v)

Source from the content-addressed store, hash-verified

81 return test;
82 }
83 public synchronized long foreignBool(boolean v) {
84 return track(v);
85 }
86 public synchronized boolean foreignToBool(long v) {
87 boolean a = (Boolean)this.get(v);
88 return a;

Callers

nothing calls this directly

Calls 1

trackMethod · 0.95

Tested by

no test coverage detected