MCPcopy Index your code
hub / github.com/benfry/processing4 / getMainProgram

Method getMainProgram

app/src/processing/app/Sketch.java:1787–1790  ·  view source on GitHub ↗

Tried to remove in beta 6, but in use by Python Mode. When it's removed there, let me know, and I'll remove it here.

()

Source from the content-addressed store, hash-verified

1785 * When it's removed there, let me know, and I'll remove it here.
1786 */
1787 @Deprecated
1788 public String getMainProgram() {
1789 return getCode(0).getProgram();
1790 }
1791
1792
1793 public void setUntitled(boolean untitled) {

Callers

nothing calls this directly

Calls 2

getCodeMethod · 0.95
getProgramMethod · 0.80

Tested by

no test coverage detected