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

Method GetErrorCount

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

Source from the content-addressed store, hash-verified

120
121
122 def GetErrorCount( self ):
123 return self._diag_interface.GetErrorCount()
124
125
126 def GetWarningCount( self ):

Calls

no outgoing calls