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

Method subset

arduino-core/src/processing/app/legacy/PApplet.java:136–140  ·  view source on GitHub ↗
(String list[], int start, int count)

Source from the content-addressed store, hash-verified

134 }
135
136 static public String[] subset(String list[], int start, int count) {
137 String output[] = new String[count];
138 System.arraycopy(list, start, output, 0, count);
139 return output;
140 }
141
142
143 /**

Callers 1

checkPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected