MCPcopy 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
124impl 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

drawFunction · 0.80
drawFunction · 0.80

Calls 1

display_setting_valueFunction · 0.85

Tested by

no test coverage detected