Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ sendArgument
Method
sendArgument
ij/src/main/java/ij/OtherInstance.java:37–37 ·
view source on GitHub ↗
(String arg)
Source
from the content-addressed store, hash-verified
35
36
interface
ImageJInstance extends Remote {
37
void
sendArgument(String arg) throws RemoteException;
38
}
39
40
static
class
Implementation implements ImageJInstance {
Callers
1
startServer
Method · 0.65
Implementers
1
Implementation
ij/src/main/java/ij/OtherInstance.java
Calls
no outgoing calls
Tested by
no test coverage detected