MCPcopy Index your code
hub / github.com/codehamr/codehamr / CursorEnd

Method CursorEnd

internal/tui/prompt.go:544–544  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

542func (p promptInput) Line() int { return p.ta.Line() }
543func (p promptInput) LineCount() int { return p.ta.LineCount() }
544func (p *promptInput) CursorEnd() { p.ta.CursorEnd() }

Callers 4

RestoreMethod · 0.80
setPromptTextMethod · 0.80

Calls

no outgoing calls