* @returns {string} The pad's text.
()
| 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 |
no outgoing calls
no test coverage detected