Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ycm-core/YouCompleteMe
/ _LoadExtraConfFile
Function
_LoadExtraConfFile
python/ycm/client/base_request.py:293–295 ·
view source on GitHub ↗
( filepath )
Source
from the content-addressed store, hash-verified
291
292
293
def
_LoadExtraConfFile( filepath ):
294
BaseRequest().PostDataToHandler( {
'filepath'
: filepath },
295
'load_extra_conf_file'
)
296
297
298
def
_IgnoreExtraConfFile( filepath ):
Callers
2
test_YouCompleteMe_DebugInfo_ServerRunning
Method · 0.90
HandleFuture
Method · 0.85
Calls
2
BaseRequest
Class · 0.85
PostDataToHandler
Method · 0.80
Tested by
1
test_YouCompleteMe_DebugInfo_ServerRunning
Method · 0.72