MCPcopy
hub / github.com/mathaou/termdbms / String

Method String

tuiutil/textinput.go:87–93  ·  view source on GitHub ↗

String returns a the cursor mode in a human-readable format. This method is provisional and for informational purposes only.

()

Source from the content-addressed store, hash-verified

85// String returns a the cursor mode in a human-readable format. This method is
86// provisional and for informational purposes only.
87func (c CursorMode) String() string {
88 return [...]string{
89 "blink",
90 "static",
91 "hidden",
92 }[c]
93}
94
95// TextInputModel is the Bubble Tea model for this text input element.
96type TextInputModel struct {

Callers 1

ConvertFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected