MCPcopy Create free account
hub / github.com/ElementsProject/elements / exec_report

Function exec_report

contrib/devtools/copyright_header.py:260–263  ·  view source on GitHub ↗
(base_directory, verbose)

Source from the content-addressed store, hash-verified

258 print(SEPARATOR)
259
260def exec_report(base_directory, verbose):
261 filenames = get_filenames_to_examine(base_directory)
262 file_infos = [gather_file_info(f) for f in filenames]
263 print_report(file_infos, verbose)
264
265################################################################################
266# report cmd

Callers 1

report_cmdFunction · 0.85

Calls 3

get_filenames_to_examineFunction · 0.85
gather_file_infoFunction · 0.85
print_reportFunction · 0.85

Tested by

no test coverage detected