MCPcopy Index your code
hub / github.com/arduino/Arduino / findTab

Method findTab

app/src/processing/app/Editor.java:1476–1478  ·  view source on GitHub ↗
(final SketchFile file)

Source from the content-addressed store, hash-verified

1474 }
1475
1476 public EditorTab findTab(final SketchFile file) {
1477 return tabs.get(findTabIndex(file));
1478 }
1479
1480 /**
1481 * Finds the index of the tab showing the given file. Matches the file against

Callers 1

runMethod · 0.80

Calls 2

findTabIndexMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected