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

Method getLineText

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

Get text for a specified line.

(int line)

Source from the content-addressed store, hash-verified

1446 * Get text for a specified line.
1447 */
1448 public String getLineText(int line) {
1449 return textarea.getLineText(line);
1450 }
1451
1452
1453 /**

Callers 4

statusErrorMethod · 0.45
fetchPhraseMethod · 0.45
toggleBreakpointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected