MCPcopy
hub / github.com/ycm-core/YouCompleteMe / UpdateWithNewDiagnostics

Method UpdateWithNewDiagnostics

python/ycm/buffer.py:91–95  ·  view source on GitHub ↗
( self, diagnostics, async_message )

Source from the content-addressed store, hash-verified

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 ):

Callers 2

UpdateDiagnosticsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected