Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getFlag
Method
getFlag
ij/src/main/java/ij/gui/PlotDialog.java:545–547 ·
view source on GitHub ↗
(int flags, int bitMask)
Source
from the content-addressed store, hash-verified
543
544
545
boolean getFlag(
int
flags,
int
bitMask) {
546
return
(flags&bitMask) != 0;
547
}
548
549
int
setFlag(
int
flags,
int
bitMask, boolean state) {
550
flags &= ~bitMask;
Callers
2
setupDialog
Method · 0.95
record
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected