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

Method getSurfCode

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

Source from the content-addressed store, hash-verified

379 }
380
381 public String getSurfCode(){
382 if (surfex_.configFrame.webPro.isSelected()) {
383
384 return getSurfCode_Web();
385 } else {
386 return getSurfCode_OnSystem();
387 }
388 //return null;
389 }
390
391 public String getSurfCode_Web(){
392 String surfCode = "";

Callers 1

surfOnSystemMethod · 0.95

Calls 3

getSurfCode_WebMethod · 0.95
getSurfCode_OnSystemMethod · 0.95
isSelectedMethod · 0.45

Tested by

no test coverage detected