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

Function print_header

scripts/server-test-function-call.py:38–44  ·  view source on GitHub ↗
(title)

Source from the content-addressed store, hash-verified

36
37
38def print_header(title):
39 bar = "─" * 60
40 _print(f"\n{BOLD}{CYAN}┌{bar}┐{RESET}")
41 _print(
42 f"{BOLD}{CYAN}│ {WHITE}{title}{CYAN}{' ' * max(0, 58 - len(title))}│{RESET}"
43 )
44 _print(f"{BOLD}{CYAN}└{bar}┘{RESET}")
45
46
47def 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