MCPcopy Index your code
hub / github.com/processing/processing / getMainProgram

Method getMainProgram

app/src/processing/app/Sketch.java:1710–1712  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1708
1709
1710 public String getMainProgram() {
1711 return getCode(0).getProgram();
1712 }
1713
1714
1715 public void setUntitled(boolean untitled) {

Callers 1

preprocessMethod · 0.80

Calls 2

getCodeMethod · 0.95
getProgramMethod · 0.80

Tested by

no test coverage detected