MCPcopy Create free account
hub / github.com/elastic/devfiler / update

Method update

src/ui/app.rs:50–56  ·  view source on GitHub ↗
(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame)

Source from the content-addressed store, hash-verified

48
49impl eframe::App for DevfilerUi {
50 fn update(&mut self, ctx: &egui::Context, _frame: &mut eframe::Frame) {
51 self.draw_main_window(ctx);
52
53 if self.show_add_data_window {
54 self.draw_add_data_window(ctx);
55 }
56 }
57}
58
59impl DevfilerUi {

Callers 2

ingest_locationsFunction · 0.45
draw_main_windowMethod · 0.45

Calls 2

draw_main_windowMethod · 0.80
draw_add_data_windowMethod · 0.80

Tested by

no test coverage detected