Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZetaMap/MoreCommands
/ removeTarget
Method
removeTarget
src/main/java/data/TempData.java:168–173 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
166
}
167
168
public
void
removeTarget() {
169
if
(this.target != null) {
170
this.target.msgData.targetOnline = false;
171
this.targetOnline = false;
172
}
173
}
174
}
175
176
}
Callers
2
reset
Method · 0.80
remove
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected