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

Method update

src/ui/tabs/executables.rs:62–75  ·  view source on GitHub ↗
(
        &mut self,
        ui: &mut Ui,
        _cfg: &DevfilerConfig,
        _kind: SampleKind,
        _start: UtcTimestamp,
        _end: UtcTimestamp,
    )

Source from the content-addressed store, hash-verified

60 }
61
62 fn update(
63 &mut self,
64 ui: &mut Ui,
65 _cfg: &DevfilerConfig,
66 _kind: SampleKind,
67 _start: UtcTimestamp,
68 _end: UtcTimestamp,
69 ) -> Option<TabAction> {
70 self.handle_executable_drops(ui.ctx());
71 self.draw_sym_status_bar(ui);
72 self.draw_symbol_ingest_area(ui);
73 self.last_exe_count = self.draw_executable_table(ui);
74 None
75 }
76}
77
78impl ExecutablesTab {

Callers

nothing calls this directly

Calls 4

draw_sym_status_barMethod · 0.80
draw_executable_tableMethod · 0.80

Tested by

no test coverage detected