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

Function wanted_zoslib_headers

tools/install.py:331–335  ·  view source on GitHub ↗
(options, files_arg, dest)

Source from the content-addressed store, hash-verified

329 action(options, files_arg, dest)
330
331 def wanted_zoslib_headers(options, files_arg, dest):
332 import glob
333 zoslib_headers = glob.glob(zoslibinc + '/*.h')
334 files_arg = [name for name in files_arg if name in zoslib_headers]
335 action(options, files_arg, dest)
336
337 action(options, [
338 options.config_gypi_path,

Callers

nothing calls this directly

Calls 2

actionFunction · 0.85
globMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…