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

Function install

tools/install.py:82–84  ·  view source on GitHub ↗
(options, paths, dest)

Source from the content-addressed store, hash-verified

80 try_rmdir_r(options, os.path.dirname(target_path))
81
82def install(options, paths, dest):
83 for path in paths:
84 try_copy(options, path, dest)
85
86def uninstall(options, paths, dest):
87 for path in paths:

Callers

nothing calls this directly

Calls 1

try_copyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…