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

Method Library

app/src/processing/app/Library.java:106–108  ·  view source on GitHub ↗
(File folder)

Source from the content-addressed store, hash-verified

104
105
106 public Library(File folder) {
107 this(folder, null);
108 }
109
110
111 private Library(File folder, String groupName) {

Callers

nothing calls this directly

Calls 1

handleMethod · 0.95

Tested by

no test coverage detected