MCPcopy Create free account
hub / github.com/nodejs/node / GenerateCCFiles

Function GenerateCCFiles

deps/v8/tools/dev/update-compile-commands.py:98–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96
97
98def GenerateCCFiles():
99 print(">>> Generating generated C++ source files...")
100 # This must be called after UpdateCompileCommands().
101 assert os.path.exists(f"out/{DEFAULT_ARCH}.debug/build.ninja")
102 _Call(f"autoninja -C out/{DEFAULT_ARCH}.debug v8_generated_cc_files")
103
104
105def PrepareReclient():

Callers 1

Calls 3

_CallFunction · 0.70
printFunction · 0.50
existsMethod · 0.45

Tested by

no test coverage detected