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

Method getCode

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

Source from the content-addressed store, hash-verified

1673
1674
1675 public SketchCode[] getCode() {
1676 return code;
1677 }
1678
1679
1680 public int getCodeCount() {

Callers 15

changeModeMethod · 0.95
getMainProgramMethod · 0.95
paintComponentMethod · 0.95
placeTabsMethod · 0.95
rebuildMenuMethod · 0.95
findMethod · 0.95
switchToTabMethod · 0.95
getTabMethod · 0.95
javaToSketchLineMethod · 0.95
renameMethod · 0.95
preprocessSketchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected