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

Function _IgnoreExtraConfFile

python/ycm/client/base_request.py:298–300  ·  view source on GitHub ↗
( filepath )

Source from the content-addressed store, hash-verified

296
297
298def _IgnoreExtraConfFile( filepath ):
299 BaseRequest().PostDataToHandler( { 'filepath': filepath },
300 'ignore_extra_conf_file' )
301
302
303def DisplayServerException( exception, truncate_message = False ):

Callers 1

HandleFutureMethod · 0.85

Calls 2

BaseRequestClass · 0.85
PostDataToHandlerMethod · 0.80

Tested by

no test coverage detected