MCPcopy Index your code
hub / github.com/mathaou/termdbms / Value

Method Value

tuiutil/textinput.go:199–201  ·  view source on GitHub ↗

Value returns the value of the text input.

()

Source from the content-addressed store, hash-verified

197
198// Value returns the value of the text input.
199func (m TextInputModel) Value() string {
200 return string(m.value)
201}
202
203// Cursor returns the cursor position.
204func (m TextInputModel) Cursor() int {

Callers 9

HandleEditInputFunction · 0.80
HandleEditModeFunction · 0.80
EditEnterFunction · 0.80
FilterValueMethod · 0.80
updateKeybindingsMethod · 0.80
handleBrowsingMethod · 0.80
handleFilteringMethod · 0.80
statusViewMethod · 0.80
filterItemsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected