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

Method Line

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

Source from the content-addressed store, hash-verified

540func (p *promptInput) SetHeight(h int) { p.ta.SetHeight(h) }
541func (p promptInput) Height() int { return p.ta.Height() }
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 5

cursorOnFirstLineMethod · 0.80
cursorOnLastLineMethod · 0.80
cursorRuneOffsetMethod · 0.80
setCursorRuneOffsetMethod · 0.80

Calls

no outgoing calls

Tested by 1