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

Method getName

app/src/processing/app/Sketch.java:1586–1588  ·  view source on GitHub ↗

Returns the name of this sketch. (The pretty name of the main tab.)

()

Source from the content-addressed store, hash-verified

1584 * Returns the name of this sketch. (The pretty name of the main tab.)
1585 */
1586 public String getName() {
1587 return name;
1588 }
1589
1590
1591 /**

Callers 15

startDebugMethod · 0.95
javaToSketchLineMethod · 0.95
preprocessSketchMethod · 0.95
compileMethod · 0.45
launchMethod · 0.45
printHeadersMethod · 0.45
logMethod · 0.45
saveFileMethod · 0.45
listFilesImplMethod · 0.45
packageListFromZipMethod · 0.45
unzipMethod · 0.45
SketchCodeMethod · 0.45

Calls

no outgoing calls

Tested by 1

compileMethod · 0.36