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