MCPcopy
hub / github.com/basecamp/once / formPressShiftTab

Function formPressShiftTab

internal/ui/form_test.go:362–364  ·  view source on GitHub ↗
(form *Form)

Source from the content-addressed store, hash-verified

360}
361
362func formPressShiftTab(form *Form) {
363 *form = updateForm(*form, keyPressMsg("shift+tab"))
364}
365
366func formPressEnter(form *Form) {
367 *form = updateForm(*form, keyPressMsg("enter"))

Callers 1

TestForm_ShiftTabCyclingFunction · 0.85

Calls 2

updateFormFunction · 0.85
keyPressMsgFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…