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

Method initBaseCode

java/src/processing/mode/java/JavaEditor.java:1929–1936  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1927
1928
1929 protected void initBaseCode() {
1930 SketchCode[] code = sketch.getCode();
1931
1932 baseCode = new String[code.length];
1933 for (int i = 0; i < code.length; i++) {
1934 baseCode[i] = code[i].getSavedProgram();
1935 }
1936 }
1937
1938
1939 protected void initEditorCode(List<List<Handle>> handles) {

Callers 1

handleTweakMethod · 0.80

Calls 2

getCodeMethod · 0.80
getSavedProgramMethod · 0.80

Tested by

no test coverage detected