MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / npm_install

Function npm_install

Scripts/Developer Base/Mobile Developer Setup.py:486–489  ·  view source on GitHub ↗
(mods: Iterable[str])

Source from the content-addressed store, hash-verified

484
485
486def is_managed_path(path: Path) -> bool:
487 return str(path) in set(load_state().get("managed_paths", []))
488
489
490def safe_notify(message: str) -> None:
491 if shutil.which("termux-toast"):
492 run_cmd(["termux-toast", message], check=False, capture=True)

Callers 1

install_setupFunction · 0.70

Calls 2

headerFunction · 0.70
bashFunction · 0.70

Tested by

no test coverage detected