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

Method UpdateMatches

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

Source from the content-addressed store, hash-verified

96
97
98 def UpdateMatches( self ):
99 self._diag_interface.UpdateMatches()
100
101
102 def PopulateLocationList( self, open_on_edit = False ):

Calls

no outgoing calls