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

Method advance

src/utils/Cursor.ts:664–664  ·  view source on GitHub ↗
(p: number)

Source from the content-addressed store, hash-verified

662
663 let pos = this.offset
664 const advance = (p: number): number => this.measuredText.nextOffset(p)
665
666 const currentGrapheme = this.graphemeAt(pos)
667 if (!currentGrapheme) {

Callers

nothing calls this directly

Calls 1

nextOffsetMethod · 0.80

Tested by

no test coverage detected