Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
struct SshSessionConfig {
Callers
2
launch_editor
Function · 0.45
gateway_list
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected