| 88 | ) |
| 89 | |
| 90 | vp := viewport.New(80, 20) |
| 91 | |
| 92 | return CommitUI{ |
| 93 | cfg: cfg, |
| 94 | includeEmoji: includeEmoji, |
| 95 | selected: make(map[string]bool), |
| 96 | commitMsgs: make(map[string]string), |
nothing calls this directly
no outgoing calls
no test coverage detected