MCPcopy Index your code
hub / github.com/processing/processing / isExtension

Method isExtension

app/src/processing/app/SketchCode.java:159–161  ·  view source on GitHub ↗
(String what)

Source from the content-addressed store, hash-verified

157
158
159 public boolean isExtension(String what) {
160 return extension.equals(what);
161 }
162
163
164 /** get the current text for this tab */

Callers 9

preprocessMethod · 0.95
findErrorFileMethod · 0.95
placeExceptionMethod · 0.95
javaToSketchLineMethod · 0.95
sketchToJavaLineMethod · 0.95
handleRenameCodeMethod · 0.80
downloadImportsMethod · 0.80
vmStartEventMethod · 0.80
preprocessSketchMethod · 0.80

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected