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

Function pkg_update_upgrade

Scripts/Developer Base/Mobile Developer Setup.py:477–480  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

475 atomic_write_text(STATE_FILE, json.dumps(state, indent=2, sort_keys=True) + "\n")
476
477
478def mark_managed_path(path: Path) -> None:
479 state = load_state()
480 managed = set(state.get("managed_paths", []))
481 managed.add(str(path))
482 state["managed_paths"] = sorted(managed)
483 save_state(state)

Callers 1

install_setupFunction · 0.70

Calls 2

headerFunction · 0.70
bashFunction · 0.70

Tested by

no test coverage detected