()
| 4871 | return t3.reverse().join(""); |
| 4872 | } |
| 4873 | setPrintHandler(e3) { |
| 4874 | this._printHandler = e3; |
| 4875 | } |
| 4876 | clearPrintHandler() { |
| 4877 | this._printHandler = this._printHandlerFb; |
| 4878 | } |
nothing calls this directly
no outgoing calls
no test coverage detected