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

Method save

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

Source from the content-addressed store, hash-verified

118
119
120 static public void save() {
121 theme.save(getSketchbookFile());
122 }
123
124
125 static public File getThemeFolder() throws IOException {

Callers 3

mousePressedMethod · 0.95
checkFilesMethod · 0.45
handleSaveImplMethod · 0.45

Calls 1

getSketchbookFileMethod · 0.95

Tested by

no test coverage detected