MCPcopy Index your code
hub / github.com/ycm-core/YouCompleteMe / BuildYcmdLibs

Function BuildYcmdLibs

run_tests.py:61–67  ·  view source on GitHub ↗
( args )

Source from the content-addressed store, hash-verified

59
60
61def BuildYcmdLibs( args ):
62 if not args.skip_build:
63 subprocess.check_call( [
64 sys.executable,
65 p.join( DIR_OF_THIS_SCRIPT, 'third_party', 'ycmd', 'build.py' ),
66 '--quiet'
67 ] )
68
69
70def UnittestTests( parsed_args, extra_unittest_args ):

Callers 1

MainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected