Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
nextWORD
Method · 0.80
endOfWORD
Method · 0.80
prevWORD
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected