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