( self, diagnostics, async_message )
| 89 | |
| 90 | |
| 91 | def UpdateWithNewDiagnostics( self, diagnostics, async_message ): |
| 92 | self._async_diags = async_message |
| 93 | self._diag_interface.UpdateWithNewDiagnostics( |
| 94 | diagnostics, |
| 95 | not self._async_diags and self._open_loclist_on_ycm_diags ) |
| 96 | |
| 97 | |
| 98 | def UpdateMatches( self ): |
no outgoing calls
no test coverage detected