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

Method isOverWhitespace

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

Source from the content-addressed store, hash-verified

984 }
985
986 private isOverWhitespace(): boolean {
987 const currentChar = this.text[this.offset] ?? ''
988 return /\s/.test(currentChar)
989 }
990
991 equals(other: Cursor): boolean {
992 return (

Callers 3

nextWORDMethod · 0.80
endOfWORDMethod · 0.80
prevWORDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected