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

Method PopulateLocationList

python/ycm/buffer.py:102–103  ·  view source on GitHub ↗
( self, open_on_edit = False )

Source from the content-addressed store, hash-verified

100
101
102 def PopulateLocationList( self, open_on_edit = False ):
103 return self._diag_interface.PopulateLocationList( open_on_edit )
104
105
106 def GetResponse( self ):

Calls

no outgoing calls

Tested by

no test coverage detected