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

Class DevfilerConfig

src/ui/app.rs:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31#[derive(Debug)]
32pub struct DevfilerConfig {
33 pub dev_mode: bool,
34 pub collector: Collector,
35}
36
37pub struct DevfilerUi {
38 active_tab: Tab,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected