Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ viewers
Method
viewers
ij/src/main/java/ij/ImageStack.java:721–724 ·
view source on GitHub ↗
(int inc)
Source
from the content-addressed store, hash-verified
719
}
720
721
int
viewers(
int
inc) {
722
viewers += inc;
723
return
viewers;
724
}
725
726
public
void
setOptions(String options) {
727
if
(options==null)
return
;
Callers
2
setStack
Method · 0.80
flush
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected