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

Class SandwichView

src/ui/tabs/flamegraph.rs:157–163  ·  view source on GitHub ↗

Sandwich view showing callers above and callees below a selected frame

Source from the content-addressed store, hash-verified

155
156/// Sandwich view showing callers above and callees below a selected frame
157struct SandwichView {
158 #[allow(dead_code)]
159 selected_frame: FrameId,
160 selected_text: String,
161 callers: FlameGraphNode,
162 callees: FlameGraphNode,
163}
164
165impl Default for FlameGraphWidget {
166 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected