MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / label

Method label

crates/openshell-tui/src/app.rs:83–89  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81 }
82
83 pub fn label(self) -> &'static str {
84 match self {
85 Self::All => "all",
86 Self::Gateway => "gateway",
87 Self::Sandbox => "sandbox",
88 }
89 }
90}
91
92// ---------------------------------------------------------------------------

Callers 3

source_labelMethod · 0.45
drawFunction · 0.45
draw_nav_barFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected