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

Method getCurrentCode

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

Source from the content-addressed store, hash-verified

1698
1699
1700 public SketchCode getCurrentCode() {
1701 return current;
1702 }
1703
1704
1705 public int getCurrentCodeIndex() {

Callers 14

placeTabsMethod · 0.95
actionPerformedMethod · 0.80
actionPerformedMethod · 0.80
handlePrintMethod · 0.80
handleImportLibraryMethod · 0.80
getLineIDInCurrentTabMethod · 0.80
getCurrentLineIDMethod · 0.80
isInCurrentTabMethod · 0.80
getCurrentTabMethod · 0.80
stopTweakModeMethod · 0.80
initEditorCodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected