Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getCommandName
Method
getCommandName
ij/src/main/java/ij/ImageJ.java:1034–1036 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1032
}
1033
1034
public
static
String getCommandName() {
1035
return
commandName!=null?commandName:
"null"
;
1036
}
1037
1038
public
static
void
setCommandName(String name) {
1039
commandName = name;
Callers
1
getInfo
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected