MCPcopy Create free account
hub / github.com/argotorg/solidity / print_ids

Function print_ids

scripts/error_codes.py:147–153  ·  view source on GitHub ↗
(ids)

Source from the content-addressed store, hash-verified

145
146
147def print_ids(ids):
148 for k, error_id in enumerate(sorted(ids)):
149 if k % 10 > 0:
150 print(" ", end="")
151 elif k > 0:
152 print()
153 print(error_id, end="")
154
155
156def print_ids_per_file(ids, id_to_file_names, top_dir):

Callers 1

examine_id_coverageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected