Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ dupN
Method
dupN
Astronomy_/src/main/java/util/Stack_Sorter.java:405–408 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
403
}
404
405
void
dupN() {
406
int
n = (
int
) IJ.getNumber(
"Number of times to duplicate the slice"
, 1);
407
for
(
int
i = 0; i < n; i++) dup();
408
}
409
410
void
ins() {
411
if
(stack instanceof VirtualStack) {
Callers
1
actionPerformed
Method · 0.95
Calls
2
getNumber
Method · 0.95
dup
Method · 0.95
Tested by
no test coverage detected