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

Method equals

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

Source from the content-addressed store, hash-verified

964 }
965
966 equals(other: Cursor): boolean {
967 return (
968 this.offset === other.offset && this.measuredText === other.measuredText
969 )
970 }
971
972 isAtStart(): boolean {
973 return this.offset === 0

Callers 8

comparePixelAtLocationFunction · 0.45
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