MCPcopy Index your code
hub / github.com/encounter/objdiff / egui_waker

Function egui_waker

objdiff-gui/src/jobs.rs:28–28  ·  view source on GitHub ↗
(ctx: &egui::Context)

Source from the content-addressed store, hash-verified

26}
27
28pub fn egui_waker(ctx: &egui::Context) -> Waker { Waker::from(Arc::new(EguiWaker(ctx.clone()))) }
29
30pub fn is_create_scratch_available(config: &AppConfig) -> bool {
31 let Some(selected_obj) = &config.selected_obj else {

Callers 5

start_create_scratchFunction · 0.85
start_buildFunction · 0.85
start_check_updateFunction · 0.85
start_updateFunction · 0.85
post_updateMethod · 0.85

Calls 1

EguiWakerClass · 0.85

Tested by

no test coverage detected