MCPcopy
hub / github.com/ajaxorg/ace / getAllLines

Method getAllLines

src/document.js:149–151  ·  view source on GitHub ↗

* Returns all lines in the document as string array. * @returns {string[]}

()

Source from the content-addressed store, hash-verified

147 * @returns {string[]}
148 **/
149 getAllLines() {
150 return this.getLines(0, this.getLength());
151 }
152
153 /**
154 * Returns the number of rows in the document.

Callers 12

getValueMethod · 0.95
indexToPositionMethod · 0.95
positionToIndexMethod · 0.95
xquery.jsFile · 0.80
findAllMethod · 0.80
$computeWidthMethod · 0.80
$updateWrapDataMethod · 0.80
c9search.jsFile · 0.80
fold_mode_test.jsFile · 0.80
whitespace.jsFile · 0.80
onInputMethod · 0.80
mode_creator.jsFile · 0.80

Calls 2

getLinesMethod · 0.95
getLengthMethod · 0.95

Tested by

no test coverage detected