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

Method id

src/ui/tabs/flamegraph.rs:55–57  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

53
54impl TabWidget for FlameGraphTab {
55 fn id(&self) -> Tab {
56 Tab::FlameGraph
57 }
58
59 fn update(
60 &mut self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected