Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ run
Method
run
benchmark/bench/prodcons.java:60–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
public
void
run() {
61
int
value = 0;
62
for
(
int
i = 0; i < m_count; i++) {
63
value = m_cubbyhole.get();
64
++m_consumed;
65
}
66
}
67
}
68
69
public
void
run() {
Callers
nothing calls this directly
Calls
1
get
Method · 0.65
Tested by
no test coverage detected