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

Method openAsString

ij/src/main/java/ij/macro/Functions.java:4698–4706  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4696 }
4697
4698 String openAsString() {
4699 String path = getStringArg();
4700 String str = IJ.openAsString(path);
4701 if (str==null)
4702 interp.done = true;
4703 else if (str.startsWith("Error: "))
4704 interp.error(str);
4705 return str;
4706 }
4707
4708 String openAsRawString() {
4709 long max = 5000;

Callers 1

doFileMethod · 0.95

Calls 4

getStringArgMethod · 0.95
openAsStringMethod · 0.95
startsWithMethod · 0.80
errorMethod · 0.45

Tested by

no test coverage detected