()
| 43 | |
| 44 | impl 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 | |
| 54 | impl TabWidget for FlameGraphTab { |
nothing calls this directly
no outgoing calls
no test coverage detected