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

Function generate_headers

tools/build_addons.py:14–24  ·  view source on GitHub ↗
(headers_dir, install_args)

Source from the content-addressed store, hash-verified

12
13# Run install.py to install headers.
14def generate_headers(headers_dir, install_args):
15 print('Generating headers')
16 subprocess.check_call([
17 sys.executable,
18 os.path.join(ROOT_DIR, 'tools/install.py'),
19 'install',
20 '--silent',
21 '--headers-only',
22 '--prefix', '/',
23 '--dest-dir', headers_dir,
24 ] + install_args)
25
26# Rebuild addons in parallel.
27def rebuild_addons(args):

Callers 1

mainFunction · 0.70

Calls 2

printFunction · 0.50
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…