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

Function _delete_existing_project_save_archives

Scripts/Settings.py:903–908  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

901 return f"{icon} {filename}"
902
903def get_sponsor_tier_config(tier_key):
904 """Returns the sponsor tier configuration for 3 or 9."""
905 tier_key = str(tier_key or "").replace("$", "").strip()
906 return SPONSORS_TIERS.get(tier_key)
907
908
909def get_sponsors_tier_root_path(tier_key):
910 """Returns the Termux home folder path for a sponsor tier."""
911 config = get_sponsor_tier_config(tier_key)

Callers 1

save_projectFunction · 0.70

Calls 1

_remove_path_if_existsFunction · 0.70

Tested by

no test coverage detected