MCPcopy Create free account
hub / github.com/encounter/objdiff / jobs_window

Function jobs_window

objdiff-gui/src/views/jobs.rs:149–158  ·  view source on GitHub ↗
(
    ctx: &egui::Context,
    show: &mut bool,
    jobs: &mut JobQueue,
    appearance: &Appearance,
)

Source from the content-addressed store, hash-verified

147}
148
149pub fn jobs_window(
150 ctx: &egui::Context,
151 show: &mut bool,
152 jobs: &mut JobQueue,
153 appearance: &Appearance,
154) {
155 egui::Window::new("Jobs").open(show).show(ctx, |ui| {
156 jobs_ui(ui, jobs, appearance);
157 });
158}

Callers 1

updateMethod · 0.85

Calls 1

jobs_uiFunction · 0.85

Tested by

no test coverage detected