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

Function c

Scripts/Developer Base/Mobile Developer Setup.py:307–310  ·  view source on GitHub ↗
(text: str, color: str)

Source from the content-addressed store, hash-verified

305 print(c(f"✓ {message}", C.OK))
306
307 def warning(self, message: str) -> None:
308 self.warn.append(message)
309 print(c(f"! {message}", C.WARN))
310
311 def failure(self, message: str) -> None:
312 self.failed.append(message)
313 print(c(f"✗ {message}", C.ERR))

Callers 11

headerFunction · 0.70
make_backupFunction · 0.70
restore_backupFunction · 0.70
clone_zsh_pluginsFunction · 0.70
install_setupFunction · 0.70
run_updateFunction · 0.70
uninstall_files_onlyFunction · 0.70
restore_and_removeFunction · 0.70
backup_onlyFunction · 0.70
menuFunction · 0.70

Calls 1

supports_colorFunction · 0.70

Tested by

no test coverage detected