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

Method getModuleExtension

app/src/processing/app/Mode.java:980–982  ·  view source on GitHub ↗

Returns the appropriate file extension to use for auxilliary source files in a sketch. For example, in a Java-mode sketch, auxilliary files should be name "Foo.java"; in Python mode, they should be named "foo.py". Modes that do not override this function will get the default behavior of returnin

()

Source from the content-addressed store, hash-verified

978 * default extension.
979 */
980 public String getModuleExtension() {
981 return getDefaultExtension();
982 }
983
984
985 /**

Callers 1

nameCodeMethod · 0.80

Calls 1

getDefaultExtensionMethod · 0.95

Tested by

no test coverage detected