Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/FireDBG.for.Rust
/ config_string
Function
config_string
debugger/src/debugger/config.rs:61–66 ·
view source on GitHub ↗
(key: &str)
Source
from the content-addressed store, hash-verified
59
}
60
61
fn config_string(key: &str) -> Option<String> {
62
match CONFIG.get(key).cloned() {
63
Some(ConfigValue::String(v)) => Some(v),
64
_ => None,
65
}
66
}
67
68
#[derive(Debug, Clone)]
69
#[allow(non_camel_case_types)]
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected