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

Function run

tools/install.py:379–395  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

377 subdir_files(options, zoslibinc, 'include/node/zoslib/', wanted_zoslib_headers)
378
379def run(options):
380 if options.headers_only:
381 if options.command == 'install':
382 headers(options, install)
383 return
384 if options.command == 'uninstall':
385 headers(options, uninstall)
386 return
387 else:
388 if options.command == 'install':
389 files(options, install)
390 return
391 if options.command == 'uninstall':
392 files(options, uninstall)
393 return
394
395 raise RuntimeError('Bad command: %s\n' % options.command)
396
397def parse_options(args):
398 parser = argparse.ArgumentParser(

Callers 1

install.pyFile · 0.70

Calls 2

headersFunction · 0.85
filesFunction · 0.85

Tested by

no test coverage detected