MCPcopy Index your code
hub / github.com/ycm-core/YouCompleteMe / SetLocationList

Function SetLocationList

python/ycm/vimsupport.py:410–412  ·  view source on GitHub ↗

Set the location list for the current window to the supplied diagnostics

( diagnostics )

Source from the content-addressed store, hash-verified

408
409
410def SetLocationList( diagnostics ):
411 """Set the location list for the current window to the supplied diagnostics"""
412 SetLocationListForWindow( vim.current.window, diagnostics )
413
414
415def GetWindowsForBufferNumber( buffer_number ):

Callers

nothing calls this directly

Calls 1

SetLocationListForWindowFunction · 0.85

Tested by

no test coverage detected