MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / download

Method download

ij/src/main/java/ij/plugin/frame/Editor.java:699–704  ·  view source on GitHub ↗
(String url)

Source from the content-addressed store, hash-verified

697 }
698
699 private void download(String url) {
700 this.downloadUrl = url;
701 Thread thread = new Thread(this, "Downloader");
702 thread.setPriority(Math.max(thread.getPriority()-2, Thread.MIN_PRIORITY));
703 thread.start();
704 }
705
706 void evaluateLine() {
707 int start = ta.getSelectionStart();

Callers 2

evaluateJavaScriptMethod · 0.95
evaluateScriptMethod · 0.95

Calls 2

maxMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected