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

Function configure_node_lib_files

configure.py:1811–1812  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

1809 return True
1810
1811def configure_node_lib_files(o):
1812 o['variables']['node_library_files'] = SearchFiles('lib', 'js')
1813
1814def configure_node_cctest_sources(o):
1815 o['variables']['node_cctest_sources'] = [] + \

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…