MCPcopy Create free account
hub / github.com/ycm-core/YouCompleteMe / GetWarningCount

Method GetWarningCount

python/ycm/buffer.py:126–127  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

124
125
126 def GetWarningCount( self ):
127 return self._diag_interface.GetWarningCount()
128
129
130 def RefreshDiagnosticsUI( self ):

Calls

no outgoing calls