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

Method default

src/ui/tabs/flamegraph.rs:45–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43
44impl Default for FlameGraphTab {
45 fn default() -> Self {
46 Self {
47 cached_root: Default::default(),
48 widget: Default::default(),
49 show_inline: true,
50 }
51 }
52}
53
54impl TabWidget for FlameGraphTab {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected