MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / print_header

Function print_header

scripts/server-test-structured.py:46–52  ·  view source on GitHub ↗
(title)

Source from the content-addressed store, hash-verified

44
45
46def print_header(title):
47 bar = "─" * 60
48 _print(f"\n{BOLD}{CYAN}┌{bar}┐{RESET}")
49 _print(
50 f"{BOLD}{CYAN}│ {WHITE}{title}{CYAN}{' ' * max(0, 58 - len(title))}│{RESET}"
51 )
52 _print(f"{BOLD}{CYAN}└{bar}┘{RESET}")
53
54
55def print_tool_call(name, args):

Callers 1

run_testFunction · 0.70

Calls 2

maxFunction · 0.85
_printFunction · 0.70

Tested by

no test coverage detected