MCPcopy Create free account
hub / github.com/codehamr/codehamr / LineCount

Method LineCount

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

Source from the content-addressed store, hash-verified

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 1

cursorOnLastLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected