()
| 4934 | this._oscParser.setHandlerFallback(e3); |
| 4935 | } |
| 4936 | setErrorHandler(e3) { |
| 4937 | this._errorHandler = e3; |
| 4938 | } |
| 4939 | clearErrorHandler() { |
| 4940 | this._errorHandler = this._errorHandlerFb; |
| 4941 | } |
nothing calls this directly
no outgoing calls
no test coverage detected