Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
44
func
(b Bubble) GetInputValue() string {
45
return
b.textinput.Value()
46
}
47
48
func
(b *Bubble) RotateHistory() {
49
b.history.PushFront(b.textinput.Value())
Callers
3
executeQueryOnInput
Method · 0.80
copyQueryToClipboard
Method · 0.80
Init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected