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

Method getName

app/src/processing/app/Sketch.java:1676–1678  ·  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

1674 * Returns the name of this sketch. (The pretty name of the main tab.)
1675 */
1676 public String getName() {
1677 return name;
1678 }
1679
1680
1681// /**

Callers 15

handleDeleteCodeMethod · 0.95
removeModeMethod · 0.95
menuSelectedMethod · 0.95
startDebugMethod · 0.95
javaToSketchLineMethod · 0.95
WebServerMethod · 0.45
printHeadersMethod · 0.45
logMethod · 0.45
saveFileMethod · 0.45
listFilesImplMethod · 0.45
packageListFromZipMethod · 0.45
unzipMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected