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

Function get_xcode_version

configure.py:1400–1402  ·  view source on GitHub ↗
(cc)

Source from the content-addressed store, hash-verified

1398 cc, r"(^(?:.+ )?clang version|based on LLVM) ([0-9]+\.[0-9]+)")
1399
1400def get_xcode_version(cc):
1401 return get_version_helper(
1402 cc, r"(^Apple (?:clang|LLVM) version) ([0-9]+\.[0-9]+)")
1403
1404def get_gas_version(cc):
1405 try:

Callers 1

check_compilerFunction · 0.85

Calls 1

get_version_helperFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…