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

Method label

crates/openshell-cli/src/ssh.rs:60–65  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

58 }
59
60 fn label(self) -> &'static str {
61 match self {
62 Self::Vscode => "VS Code",
63 Self::Cursor => "Cursor",
64 }
65 }
66}
67
68struct SshSessionConfig {

Callers 2

launch_editorFunction · 0.45
gateway_listFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected