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

Method id

src/ui/tabs/top_funcs.rs:47–49  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

45
46impl TabWidget for TopFuncsTab {
47 fn id(&self) -> Tab {
48 Tab::TopFunctions
49 }
50
51 fn update(
52 &mut self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected