MCPcopy Index your code
hub / github.com/benfry/processing4 / getLineCount

Method getLineCount

app/src/processing/app/ui/Editor.java:1484–1486  ·  view source on GitHub ↗

Get the number of lines in the currently displayed buffer.

()

Source from the content-addressed store, hash-verified

1482 * Get the number of lines in the currently displayed buffer.
1483 */
1484 public int getLineCount() {
1485 return textarea.getLineCount();
1486 }
1487
1488
1489 /**

Callers 2

statusErrorMethod · 0.45
preprocessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected