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

Function CompileLanguageServer

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

Source from the content-addressed store, hash-verified

90 _Write("compile_commands.json", json.dumps(commands, indent=2))
91
92def CompileLanguageServer():
93 print(">>> Compiling Torque Language Server...")
94 PrepareBuildDir(DEFAULT_ARCH, "release")
95 _Call(f"autoninja -C out/{DEFAULT_ARCH}.release torque-language-server")
96
97
98def GenerateCCFiles():

Callers 1

Calls 3

PrepareBuildDirFunction · 0.85
_CallFunction · 0.70
printFunction · 0.50

Tested by

no test coverage detected