MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / progress_print

Function progress_print

tools/project.py:1815–1818  ·  view source on GitHub ↗
(s: str)

Source from the content-addressed store, hash-verified

1813 summary_file.write("```\n")
1814
1815 def progress_print(s: str) -> None:
1816 print(s)
1817 if summary_file:
1818 summary_file.write(s + "\n")
1819
1820 # Print human-readable progress
1821 progress_print("Progress:")

Callers 2

calculate_progressFunction · 0.85
print_categoryFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected