Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ycm-core/YouCompleteMe
/ CheckCall
Function
CheckCall
install.py:23–27 ·
view source on GitHub ↗
( args, **kwargs )
Source
from the content-addressed store, hash-verified
21
22
23
def
CheckCall( args, **kwargs ):
24
try
:
25
subprocess.check_call( args, **kwargs )
26
except
subprocess.CalledProcessError
as
error:
27
sys.exit( error.returncode )
28
29
30
def
Main():
Callers
1
Main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected