Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
deleteCompiledFilesFrom
Method · 0.95
getPrettyName
Method · 0.95
updateTitle
Method · 0.95
handleDeleteCode
Method · 0.95
build
Method · 0.80
placeException
Method · 0.80
compare
Method · 0.80
renameTo
Method · 0.80
saveAs
Method · 0.80
reload
Method · 0.80
saveSketchInTempFolder
Method · 0.80
Calls
1
getName
Method · 0.65
Tested by
no test coverage detected