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

Method getExtension

app/src/processing/app/SketchCode.java:154–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152
153
154 public String getExtension() {
155 return extension;
156 }
157
158
159 public boolean isExtension(String what) {

Callers 4

paintComponentMethod · 0.95
isDefaultExtensionMethod · 0.45
changeModeMethod · 0.45
checkFilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected