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

Method id

src/ui/tabs/executables.rs:58–60  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

56
57impl TabWidget for ExecutablesTab {
58 fn id(&self) -> Tab {
59 Tab::Executables
60 }
61
62 fn update(
63 &mut self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected