(&self, cx: &App)
| 113 | CompletionContext::FormValue, |
| 114 | ) |
| 115 | }); |
| 116 | |
| 117 | self.rows.push(FormDataRow { |
| 118 | key_input, |
| 119 | value_input, |
| 120 | enabled: entry.enabled, |
| 121 | }); |
| 122 | } |
| 123 | } |
| 124 | |
| 125 | pub fn toggle_bulk_mode(&mut self, window: &mut Window, cx: &mut Context<Self>) { |
| 126 | if self.bulk_mode { |
no test coverage detected