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

Function ccolor

Scripts/Developer Base/Devices Finder.py:31–34  ·  view source on GitHub ↗
(color, text)

Source from the content-addressed store, hash-verified

29
30
31def ccolor(color, text):
32 if USE_COLOR:
33 return f"{color}{text}{RESET}"
34 return text
35
36
37def banner():

Callers 14

bannerFunction · 0.70
infoFunction · 0.70
successFunction · 0.70
warnFunction · 0.70
errorFunction · 0.70
dividerFunction · 0.70
signal_handlerFunction · 0.70
check_dependenciesFunction · 0.70
presence_barFunction · 0.70
save_resultsFunction · 0.70
print_summaryFunction · 0.70
scan_networkFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected