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

Method getName

ij/src/main/java/ij/plugin/TextReader.java:101–103  ·  view source on GitHub ↗

Returns the file name.

()

Source from the content-addressed store, hash-verified

99
100 /** Returns the file name. */
101 public String getName() {
102 return name;
103 }
104
105 void countLines(Reader r) throws IOException {
106 StreamTokenizer tok = new StreamTokenizer(r);

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected