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

Function PrepareReclient

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

Source from the content-addressed store, hash-verified

103
104
105def PrepareReclient():
106 reclient_mode = gm.detect_reclient()
107 if reclient_mode == gm.Reclient.GOOGLE and not gm.detect_reclient_cert():
108 print("# gcert")
109 subprocess.check_call("gcert", shell=True)
110
111
112if __name__ == "__main__":

Callers 1

Calls 1

printFunction · 0.50

Tested by

no test coverage detected