MCPcopy 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
23def CheckCall( args, **kwargs ):
24 try:
25 subprocess.check_call( args, **kwargs )
26 except subprocess.CalledProcessError as error:
27 sys.exit( error.returncode )
28
29
30def Main():

Callers 1

MainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected