(data)
| 338 | } |
| 339 | |
| 340 | _findNode(data) { |
| 341 | if(!this.showIDE) return; |
| 342 | this.ide.attachView(data.recordId, data.spanId); |
| 343 | } |
| 344 | |
| 345 | _error(data) { |
| 346 | this.injectNotice("error", data.message); |
nothing calls this directly
no test coverage detected