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

Function ensure_dirs

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

Source from the content-addressed store, hash-verified

315 def show(self) -> None:
316 header("Run summary")
317 print(f"Successful: {len(self.ok)}")
318 print(f"Warnings: {len(self.warn)}")
319 print(f"Failed: {len(self.failed)}")
320 if self.warn:
321 print(c("\nWarnings:", C.WARN))
322 for item in self.warn:

Callers 5

save_stateFunction · 0.70
make_backupFunction · 0.70
list_backupsFunction · 0.70
install_setupFunction · 0.70
menuFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected