MCPcopy Create free account
hub / github.com/bshoshany/thread-pool / print_separator

Function print_separator

scripts/compile_cpp.py:155–157  ·  view source on GitHub ↗

Print a separator line, but only if the verbose flag is set.

()

Source from the content-addressed store, hash-verified

153
154
155def print_separator() -> None:
156 """Print a separator line, but only if the verbose flag is set."""
157 print_if_verbose("=" * 60, ANSI_SEPARATOR)
158
159
160def print_key_values(key: str, values: list[str], length: int) -> None:

Callers 2

compile_moduleFunction · 0.85
compile_cpp.pyFile · 0.85

Calls 1

print_if_verboseFunction · 0.85

Tested by

no test coverage detected