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

Function hyperlink

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

Wrap text in an OSC 8 terminal hyperlink if color is enabled.

(url, text)

Source from the content-addressed store, hash-verified

611
612
613def hyperlink(url, text):
614 """Wrap text in an OSC 8 terminal hyperlink if color is enabled."""
615 if not _COLOR:
616 return text
617 return f"\033]8;;{url}\033\\{text}\033]8;;\033\\"
618
619
620def file_url(path):

Callers 2

render_flamegraph_linksFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected