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

Method getValue

src/document.js:55–57  ·  view source on GitHub ↗

* Returns all the lines in the document as a single string, joined by the new line character. * @returns {String}

()

Source from the content-addressed store, hash-verified

53 * @returns {String}
54 **/
55 getValue() {
56 return this.getAllLines().join(this.getNewLineCharacter());
57 }
58
59 /**
60 * Creates a new `Anchor` to define a floating point in the document.

Callers

nothing calls this directly

Calls 3

getAllLinesMethod · 0.95
getNewLineCharacterMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected