MCPcopy Index your code
hub / github.com/codeaashu/claude-code / filterOutHyperlinkStyles

Function filterOutHyperlinkStyles

src/ink/screen.ts:1113–1118  ·  view source on GitHub ↗
(styles: AnsiCode[])

Source from the content-addressed store, hash-verified

1111}
1112
1113export function filterOutHyperlinkStyles(styles: AnsiCode[]): AnsiCode[] {
1114 return styles.filter(
1115 style =>
1116 !style.code.startsWith(OSC8_PREFIX) || !OSC8_REGEX.test(style.code),
1117 )
1118}
1119
1120// ---
1121

Callers 1

flushBufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected