Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arduino/Arduino
/ getFile
Method
getFile
arduino-core/src/processing/app/Sketch.java:164–166 ·
view source on GitHub ↗
(int i)
Source
from the content-addressed store, hash-verified
162
}
163
164
public
SketchFile getFile(
int
i) {
165
return
files.get(i);
166
}
167
168
/**
169
* Gets the build path
for
this sketch. The first time this is called,
Callers
4
run
Method · 0.95
Compiler
Method · 0.45
getMainFilePath
Method · 0.45
findFileIndex
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
no test coverage detected