Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
32
pub struct DevfilerConfig {
33
pub dev_mode: bool,
34
pub collector: Collector,
35
}
36
37
pub struct DevfilerUi {
38
active_tab: Tab,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected