MCPcopy Index your code
hub / github.com/ether/etherpad / text

Method text

src/node/db/Pad.ts:460–462  ·  view source on GitHub ↗

* @returns {string} The pad's text.

()

Source from the content-addressed store, hash-verified

458 * @returns {string} The pad's text.
459 */
460 text(): string {
461 return this.atext.text;
462 }
463
464 /**
465 * Splices text into the pad. If the result of the splice does not end with a newline, one will be

Callers 15

spliceTextMethod · 0.95
setTextMethod · 0.95
appendTextMethod · 0.95
checkMethod · 0.95
buildBodyFunction · 0.80
createUserRowTdsFunction · 0.80
pad_userlist.tsFile · 0.80
setAuthorsFunction · 0.80
hideFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected