Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
def
header(title):
92
""
"Print a section header."
""
93
iprint(f
"\n{BOLD}{title}{RESET}"
)
94
iprint(f
"{DIM}{'─' * len(title)}{RESET}"
)
95
96
97
def
format_bytes(n):
Callers
5
render_overview
Function · 0.70
render_crate_table
Function · 0.70
render_items_table
Function · 0.70
render_flamegraph_links
Function · 0.70
router.test.ts
File · 0.50
Calls
1
iprint
Function · 0.85
Tested by
no test coverage detected