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

Function _AddNormalizedSources

tools/gyp/pylib/gyp/generator/msvs.py:1481–1482  ·  view source on GitHub ↗
(sources_set, sources_array)

Source from the content-addressed store, hash-verified

1479
1480
1481def _AddNormalizedSources(sources_set, sources_array):
1482 sources_set.update(_NormalizedSource(s) for s in sources_array)
1483
1484
1485def _PrepareListOfSources(spec, generator_flags, gyp_file):

Callers 1

_PrepareListOfSourcesFunction · 0.85

Calls 2

_NormalizedSourceFunction · 0.85
updateMethod · 0.65

Tested by

no test coverage detected