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

Method equals

src/utils/Cursor.ts:991–995  ·  view source on GitHub ↗
(other: Cursor)

Source from the content-addressed store, hash-verified

989 }
990
991 equals(other: Cursor): boolean {
992 return (
993 this.offset === other.offset && this.measuredText === other.measuredText
994 )
995 }
996
997 isAtStart(): boolean {
998 return this.offset === 0

Callers 7

executeOperatorMotionFunction · 0.45
executeOperatorGFunction · 0.45
executeOperatorGgFunction · 0.45
resolveMotionFunction · 0.45
upOrHistoryUpFunction · 0.45
downOrHistoryDownFunction · 0.45
onInputFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected