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

Function configure_node_cctest_sources

configure.py:1814–1817  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

1812 o['variables']['node_library_files'] = SearchFiles('lib', 'js')
1813
1814def configure_node_cctest_sources(o):
1815 o['variables']['node_cctest_sources'] = [] + \
1816 SearchFiles('test/cctest', 'cc') + \
1817 SearchFiles('test/cctest', 'h')
1818
1819def configure_node(o):
1820 if options.dest_os == 'android':

Callers 1

configure.pyFile · 0.85

Calls 1

SearchFilesFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…