Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ycm-core/YouCompleteMe
/ DiagnosticsForLine
Method
DiagnosticsForLine
python/ycm/buffer.py:138–139 ·
view source on GitHub ↗
( self, line_number )
Source
from the content-addressed store, hash-verified
136
137
138
def
DiagnosticsForLine( self, line_number ):
139
return
self._diag_interface.DiagnosticsForLine( line_number )
140
141
142
def
UpdateFromFileTypes( self, filetypes ):
Callers
1
ShowDetailedDiagnostic
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected