MCPcopy Create free account
hub / github.com/Singular/Singular / getSurfCodePart2

Method getSurfCodePart2

Singular/LIB/surfex/SavePic.java:432–438  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

430 }
431
432 public String getSurfCodePart2(){
433 if (surfex_.configFrame.webPro.isSelected()) {
434 return surfcodePart2_OnSystem(dithered,filelocation,dpi);
435 } else {
436 return surfcodePart2_surfWeb(dithered,filelocation);
437 }
438 }
439
440 public String surfcodePart1_OnSystem(boolean dithered, String filelocation) {
441 String surfCodePart1;

Callers

nothing calls this directly

Calls 3

surfcodePart2_surfWebMethod · 0.95
isSelectedMethod · 0.45

Tested by

no test coverage detected