Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ produce
Method
produce
benchmark/bench/pidigits.java:60–62 ·
view source on GitHub ↗
(int i)
Source
from the content-addressed store, hash-verified
58
}
59
60
public
Transformation produce(
int
i){
61
return
( inverse.qrst(10,-10*i,0,1) ).compose(z);
62
}
63
64
public
Transformation consume(Transformation a){
65
return
z.compose(a);
Callers
1
next
Method · 0.95
Calls
2
qrst
Method · 0.80
compose
Method · 0.65
Tested by
no test coverage detected