Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ wrapWithOsc8Link
Function
wrapWithOsc8Link
src/bridge/bridgeStatusUtil.ts:161–163 ·
view source on GitHub ↗
(text: string, url: string)
Source
from the content-addressed store, hash-verified
159
* countVisualLines in bridgeUI.ts remains accurate.
160
*/
161
export
function
wrapWithOsc8Link(text: string, url: string): string {
162
return
`\x1b]8;;${url}\x07${text}\x1b]8;;\x07`
163
}
164
165
Callers
1
renderStatusLine
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected