Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/arduino/Arduino
/ getCodeCount
Method
getCodeCount
arduino-core/src/processing/app/Sketch.java:142–144 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
140
}
141
142
public
int
getCodeCount() {
143
return
files.size();
144
}
145
146
public
SketchFile[] getFiles() {
147
return
files.toArray(
new
SketchFile[0]);
Callers
2
run
Method · 0.95
createTabs
Method · 0.80
Calls
1
size
Method · 0.80
Tested by
no test coverage detected