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

Function find_ids_in_cmdline_test_err

scripts/error_codes.py:141–144  ·  view source on GitHub ↗
(file_name)

Source from the content-addressed store, hash-verified

139
140
141def find_ids_in_cmdline_test_err(file_name):
142 source = read_file(file_name)
143 pattern = r' \(\d\d\d\d\):'
144 return {m.group(0)[-6:-2] for m in re.finditer(pattern, source, flags=re.MULTILINE)}
145
146
147def print_ids(ids):

Callers 1

examine_id_coverageFunction · 0.85

Calls 1

read_fileFunction · 0.85

Tested by

no test coverage detected