MCPcopy
hub / github.com/arduino/Arduino / test

Method test

app/src/processing/app/Editor.java:130–135  ·  view source on GitHub ↗
(SketchController controller)

Source from the content-addressed store, hash-verified

128 implements Predicate<SketchController> {
129
130 @Override
131 public boolean test(SketchController controller) {
132 return PreferencesData.getBoolean("editor.save_on_verify")
133 && controller.getSketch().isModified()
134 && !controller.isReadOnly();
135 }
136 }
137
138 private static class CanExportInSketchFolder

Callers 12

YFunction · 0.45
zepto.min.jsFile · 0.45
hFunction · 0.45
tFunction · 0.45
mimeToDataTypeFunction · 0.45
YFunction · 0.45
zepto.min.jsFile · 0.45
hFunction · 0.45
tFunction · 0.45
mimeToDataTypeFunction · 0.45
buildSketchMenuMethod · 0.45
handleRunMethod · 0.45

Calls 4

getBooleanMethod · 0.95
isReadOnlyMethod · 0.80
isModifiedMethod · 0.65
getSketchMethod · 0.45

Tested by

no test coverage detected