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

Function hasVisibleSpaceEffect

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

Source from the content-addressed store, hash-verified

269])
270
271function hasVisibleSpaceEffect(styles: AnsiCode[]): boolean {
272 for (const style of styles) {
273 if (VISIBLE_ON_SPACE.has(style.endCode)) return true
274 }
275 return false
276}
277
278/**
279 * Cell width classification for handling double-wide characters (CJK, emoji,

Callers 1

internMethod · 0.85

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected