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

Method removeTab

app/src/processing/app/Editor.java:1555–1558  ·  view source on GitHub ↗
(SketchFile file)

Source from the content-addressed store, hash-verified

1553 }
1554
1555 protected void removeTab(SketchFile file) throws IOException {
1556 int index = findTabIndex(file);
1557 tabs.remove(index);
1558 }
1559
1560
1561 // . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Callers

nothing calls this directly

Calls 2

findTabIndexMethod · 0.95
removeMethod · 0.45

Tested by

no test coverage detected