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

Method getFileName

app/src/processing/app/SketchCode.java:144–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142
143
144 public String getFileName() {
145 return file.getName();
146 }
147
148
149 public String getPrettyName() {

Callers 15

paintComponentMethod · 0.95
addBreakpointCommentsMethod · 0.95
handleSaveMethod · 0.95
preprocessMethod · 0.95
placeExceptionMethod · 0.95
javaToSketchLineMethod · 0.95
replaceCodeMethod · 0.45
sortCodeMethod · 0.45
handleRenameCodeMethod · 0.45
nameCodeMethod · 0.45

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected