MCPcopy Index your code
hub / github.com/nodejs/node / get_v8_solution

Function get_v8_solution

deps/v8/tools/dev/gm.py:186–191  ·  view source on GitHub ↗
(solutions)

Source from the content-addressed store, hash-verified

184
185
186def get_v8_solution(solutions):
187 for solution in solutions:
188 if (solution["name"] == "v8" or
189 solution["url"] == "https://chromium.googlesource.com/v8/v8.git"):
190 return solution
191 return None
192
193
194# Note: this function is reused by update-compile-commands.py. When renaming

Callers 1

detect_reclientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected