MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / isOverWhitespace

Method isOverWhitespace

src/utils/Cursor.ts:961–964  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

959 }
960
961 private isOverWhitespace(): boolean {
962 const currentChar = this.text[this.offset] ?? ''
963 return /\s/.test(currentChar)
964 }
965
966 equals(other: Cursor): boolean {
967 return (

Callers 3

nextWORDMethod · 0.80
endOfWORDMethod · 0.80
prevWORDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected