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

Function uninstall

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

Source from the content-addressed store, hash-verified

84 try_copy(options, path, dest)
85
86def uninstall(options, paths, dest):
87 for path in paths:
88 try_remove(options, path, dest)
89
90def package_files(options, action, name, bins):
91 target_path = os.path.join('lib/node_modules', name)

Callers 1

uninstall.jsFile · 0.50

Calls 1

try_removeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…