| 187 | } |
| 188 | |
| 189 | type imageChip struct { |
| 190 | desc string |
| 191 | fg, bg int |
| 192 | letter string |
| 193 | check func(*imageDetails) bool |
| 194 | } |
| 195 | |
| 196 | func (c imageChip) String(isTerm bool) string { |
| 197 | return tui.Str{ |
nothing calls this directly
no outgoing calls
no test coverage detected