MCPcopy
hub / github.com/noahgorstein/jqp / GetInputValue

Method GetInputValue

tui/bubbles/queryinput/queryinput.go:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44func (b Bubble) GetInputValue() string {
45 return b.textinput.Value()
46}
47
48func (b *Bubble) RotateHistory() {
49 b.history.PushFront(b.textinput.Value())

Callers 3

executeQueryOnInputMethod · 0.80
copyQueryToClipboardMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected