MCPcopy Index your code
hub / github.com/arduino/Arduino / getFileName

Method getFileName

arduino-core/src/processing/app/SketchFile.java:199–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197 * Returns the filename include extension.
198 */
199 public String getFileName() {
200 return file.getName();
201 }
202
203 /**
204 * Returns the filename without extension for normal sketch files

Callers 11

getPrettyNameMethod · 0.95
updateTitleMethod · 0.95
handleDeleteCodeMethod · 0.95
buildMethod · 0.80
placeExceptionMethod · 0.80
compareMethod · 0.80
renameToMethod · 0.80
saveAsMethod · 0.80
reloadMethod · 0.80

Calls 1

getNameMethod · 0.65

Tested by

no test coverage detected