Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getTemplateFolder
Method
getTemplateFolder
app/src/processing/app/Mode.java:302–304 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
300
301
302
public
File getTemplateFolder() {
303
return
getContentFile(
"template"
);
304
}
305
306
307
/**
Callers
1
addTemplateFiles
Method · 0.95
Calls
1
getContentFile
Method · 0.95
Tested by
no test coverage detected