MCPcopy Create free account
hub / github.com/ReadyTalk/avian / traceFunc

Method traceFunc

test/extra/Memory.java:21–25  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

19 }
20
21 private static void traceFunc(String s) {
22 if (false) {
23 System.out.println(s);
24 }
25 }
26
27 private static void expect(boolean v) {
28 if (! v) throw new RuntimeException();

Callers 4

testArrayMethod · 0.95
testHashMapMethod · 0.95
testLinkedListMethod · 0.95
testTreeSetMethod · 0.95

Calls 1

printlnMethod · 0.45

Tested by

no test coverage detected