MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / cancel

Method cancel

src/main/java/io/file/transfer/TransferTask.java:594–605  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

592 }
593
594 public void cancel() {
595 if (isStopped()) {
596 return;
597 }
598 state = ERROR;
599 errMsg = "Canceled";
600 if (!isBytes) {
601 closeFile();
602 } else {
603 bytes = null;
604 }
605 }
606}
607
608//#endif

Callers 10

runMethod · 0.95
declineCurrentMethod · 0.95
blockArrivedMethod · 0.95
clearMethod · 0.45
stopReconnectMethod · 0.45
stopMethod · 0.45
runMethod · 0.45
stopMethod · 0.45
menuActionMethod · 0.45
cleanMethod · 0.45

Calls 2

isStoppedMethod · 0.95
closeFileMethod · 0.95

Tested by

no test coverage detected