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

Function header

Scripts/Developer Base/Mobile Developer Setup.py:312–315  ·  view source on GitHub ↗
(title: str)

Source from the content-addressed store, hash-verified

310
311 def failure(self, message: str) -> None:
312 self.failed.append(message)
313 print(c(f"✗ {message}", C.ERR))
314
315 def show(self) -> None:
316 header("Run summary")
317 print(f"Successful: {len(self.ok)}")
318 print(f"Warnings: {len(self.warn)}")

Callers 15

restore_backupFunction · 0.70
pkg_update_upgradeFunction · 0.70
npm_installFunction · 0.70
install_oh_my_zshFunction · 0.70
clone_zsh_pluginsFunction · 0.70
upsert_zshrc_sectionFunction · 0.70
configure_termux_uiFunction · 0.70
install_nvchad_termuxFunction · 0.70
install_setupFunction · 0.70
run_updateFunction · 0.70
uninstall_files_onlyFunction · 0.70

Calls 2

printFunction · 0.85
cFunction · 0.70

Tested by

no test coverage detected