Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/OpenShell
/ display_value
Method
display_value
crates/openshell-tui/src/app.rs:125–127 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
123
124
impl GlobalSettingEntry {
125
pub fn display_value(&self) -> String {
126
display_setting_value(&self.value)
127
}
128
}
129
130
/// Editing state for a global or sandbox setting.
Callers
4
handle_global_settings_key
Method · 0.80
handle_sandbox_settings_key
Method · 0.80
draw
Function · 0.80
draw
Function · 0.80
Calls
1
display_setting_value
Function · 0.85
Tested by
no test coverage detected