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

Function _GetPrecompileRelatedFiles

tools/gyp/pylib/gyp/generator/msvs.py:1596–1604  ·  view source on GitHub ↗
(spec)

Source from the content-addressed store, hash-verified

1594
1595
1596def _GetPrecompileRelatedFiles(spec):
1597 # Gather a list of precompiled header related sources.
1598 precompiled_related = []
1599 for _, config in spec["configurations"].items():
1600 for k in precomp_keys:
1601 f = config.get(k)
1602 if f:
1603 precompiled_related.append(_FixPath(f))
1604 return precompiled_related
1605
1606
1607def _ExcludeFilesFromBeingBuilt(p, spec, excluded_sources, excluded_idl, list_excluded):

Calls 4

_FixPathFunction · 0.85
getMethod · 0.65
itemsMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected