()
| 48 | } |
| 49 | |
| 50 | func (v *Filter) Name() string { |
| 51 | return "filter" |
| 52 | } |
| 53 | |
| 54 | // Setup initializes the UI concerns within the context of a global [gocui] view object. |
| 55 | func (v *Filter) Setup(view, header *gocui.View) error { |
no outgoing calls
no test coverage detected