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

Method GetErrorCount

python/ycm/youcompleteme.py:734–735  ·  view source on GitHub ↗
( self )

Source from the content-addressed store, hash-verified

732
733
734 def GetErrorCount( self ):
735 return self.CurrentBuffer().GetErrorCount()
736
737
738 def GetWarningCount( self ):

Callers

nothing calls this directly

Calls 1

CurrentBufferMethod · 0.95

Tested by

no test coverage detected