MCPcopy Create free account
hub / github.com/d78ui98/APKDeepLens / count_row

Method count_row

APKDeepLens.py:89–92  ·  view source on GitHub ↗
(label, count)

Source from the content-addressed store, hash-verified

87 return "| " + label.ljust(cat_w) + " |" + "|".join(cells) + "|"
88
89 def count_row(label, count):
90 inner = len(sep) - 4
91 content = f"{label}: {count} total"
92 return "| " + content.ljust(inner) + " |"
93
94 print()
95 print(util.BOLD + " Scan Summary" + util.ENDC)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected