Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testArray
Method · 0.95
testHashMap
Method · 0.95
testLinkedList
Method · 0.95
testTreeSet
Method · 0.95
Calls
1
println
Method · 0.45
Tested by
no test coverage detected