| 511 | } |
| 512 | |
| 513 | impl Render for HeaderEditor { |
| 514 | fn render(&mut self, window: &mut Window, cx: &mut Context<Self>) -> impl IntoElement { |
| 515 | self.populate_pending_headers(window, cx); |
| 516 | |
| 517 | let theme = cx.theme(); |
| 518 | let this = cx.entity().clone(); |
| 519 | let bulk_mode = self.bulk_mode; |
nothing calls this directly
no outgoing calls
no test coverage detected