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

Function pkg_install

Scripts/Developer Base/Mobile Developer Setup.py:482–484  ·  view source on GitHub ↗
(pkgs: Iterable[str])

Source from the content-addressed store, hash-verified

480 managed = set(state.get("managed_paths", []))
481 managed.add(str(path))
482 state["managed_paths"] = sorted(managed)
483 save_state(state)
484
485
486def is_managed_path(path: Path) -> bool:
487 return str(path) in set(load_state().get("managed_paths", []))

Callers 1

install_setupFunction · 0.70

Calls 1

bashFunction · 0.70

Tested by

no test coverage detected