Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/arduino/Arduino
/ getSketch
Method
getSketch
app/src/processing/app/Editor.java:1413–1415 ·
view source on GitHub ↗
Gets the current sketch.
()
Source
from the content-addressed store, hash-verified
1411
* Gets the current sketch.
1412
*/
1413
public
Sketch getSketch() {
1414
return
sketch;
1415
}
1416
1417
/**
1418
* Gets the currently displaying tab.
Callers
10
handleOpen
Method · 0.95
initComponents
Method · 0.45
test
Method · 0.45
test
Method · 0.45
rebuildMenu
Method · 0.45
storeSketches
Method · 0.45
storeSketchLocation
Method · 0.45
storeRecentSketches
Method · 0.45
handleActivated
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected