Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ makePrettyName
Method
makePrettyName
app/src/processing/app/SketchCode.java:99–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
98
99
protected
void
makePrettyName() {
100
prettyName = file.getName();
101
int
dot = prettyName.lastIndexOf(
'.'
);
102
prettyName = prettyName.substring(0, dot);
103
}
104
105
106
public
File getFile() {
Callers
3
SketchCode
Method · 0.95
renameTo
Method · 0.95
saveAs
Method · 0.95
Calls
1
getName
Method · 0.45
Tested by
no test coverage detected