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

Function GetSortedXcodeEnv

tools/gyp/pylib/gyp/xcode_emulation.py:1882–1888  ·  view source on GitHub ↗
(
    xcode_settings, built_products_dir, srcroot, configuration, additional_settings=None
)

Source from the content-addressed store, hash-verified

1880
1881
1882def GetSortedXcodeEnv(
1883 xcode_settings, built_products_dir, srcroot, configuration, additional_settings=None
1884):
1885 env = _GetXcodeEnv(
1886 xcode_settings, built_products_dir, srcroot, configuration, additional_settings
1887 )
1888 return [(key, env[key]) for key in _TopologicallySortedEnvVarKeys(env)]
1889
1890
1891def GetSpecPostbuildCommands(spec, quiet=False):

Callers

nothing calls this directly

Calls 2

_GetXcodeEnvFunction · 0.85

Tested by

no test coverage detected