MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / isWs

Function isWs

source code/vim/textObjects.ts:89–89  ·  view source on GitHub ↗
(idx: number)

Source from the content-addressed store, hash-verified

87 const offsetAt = (idx: number): number =>
88 idx < graphemes.length ? graphemes[idx]!.index : text.length
89 const isWs = (idx: number): boolean => isVimWhitespace(graphemeAt(idx))
90 const isWord = (idx: number): boolean => isWordChar(graphemeAt(idx))
91 const isPunct = (idx: number): boolean => isVimPunctuation(graphemeAt(idx))
92

Callers 1

findWordObjectFunction · 0.85

Calls 2

isVimWhitespaceFunction · 0.85
graphemeAtFunction · 0.85

Tested by

no test coverage detected