MCPcopy Create free account
hub / github.com/vercel/vercel / header

Function header

packages/python-analysis/scripts/profile-wasm.py:91–94  ·  view source on GitHub ↗

Print a section header.

(title)

Source from the content-addressed store, hash-verified

89
90
91def header(title):
92 """Print a section header."""
93 iprint(f"\n{BOLD}{title}{RESET}")
94 iprint(f"{DIM}{'─' * len(title)}{RESET}")
95
96
97def format_bytes(n):

Callers 5

render_overviewFunction · 0.70
render_crate_tableFunction · 0.70
render_items_tableFunction · 0.70
render_flamegraph_linksFunction · 0.70
router.test.tsFile · 0.50

Calls 1

iprintFunction · 0.85

Tested by

no test coverage detected