MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / formatOsc8Hyperlink

Function formatOsc8Hyperlink

packages/pi-tui/src/utils.ts:384–386  ·  view source on GitHub ↗
(hyperlink: ActiveHyperlink)

Source from the content-addressed store, hash-verified

382}
383
384function formatOsc8Hyperlink(hyperlink: ActiveHyperlink): string {
385 return `\x1b]8;${hyperlink.params};${hyperlink.url}${hyperlink.terminator}`;
386}
387
388function formatOsc8Close(terminator: Osc8Terminator): string {
389 return `\x1b]8;;${terminator}`;

Callers 1

getActiveCodesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected