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

Function sandbox_connect_without_exec

crates/openshell-cli/src/ssh.rs:285–291  ·  view source on GitHub ↗
(
    server: &str,
    name: &str,
    tls: &TlsOptions,
)

Source from the content-addressed store, hash-verified

283}
284
285pub(crate) async fn sandbox_connect_without_exec(
286 server: &str,
287 name: &str,
288 tls: &TlsOptions,
289) -> Result<()> {
290 sandbox_connect_with_mode(server, name, tls, false).await
291}
292
293pub async fn sandbox_connect_editor(
294 server: &str,

Callers 1

sandbox_createFunction · 0.85

Calls 1

Tested by

no test coverage detected