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

Method source_label

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

Source from the content-addressed store, hash-verified

225
226impl GatewayEntry {
227 pub const fn source_label(&self) -> &'static str {
228 match self.source {
229 Some(source) => source.label(),
230 None => "unknown",
231 }
232 }
233}
234
235// ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

labelMethod · 0.45

Tested by

no test coverage detected