MCPcopy Index your code
hub / github.com/benfry/processing4 / getSketchbookFile

Method getSketchbookFile

app/src/processing/app/ui/Theme.java:138–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136
137
138 static public File getSketchbookFile() {
139 return new File(Base.getSketchbookFolder(), "theme.txt");
140 }
141
142
143 /**

Callers 6

runMethod · 0.95
updateThemeMethod · 0.95
initMethod · 0.95
loadSketchbookFileMethod · 0.95
saveMethod · 0.95
archiveCurrentMethod · 0.95

Calls 1

getSketchbookFolderMethod · 0.95

Tested by

no test coverage detected