MCPcopy Create free account
hub / github.com/bajrangCoder/setu / HeaderDragPreview

Class HeaderDragPreview

src/components/header_editor.rs:513–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513impl 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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected