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

Function sandbox_exec_without_exec

crates/openshell-cli/src/ssh.rs:579–587  ·  view source on GitHub ↗
(
    server: &str,
    name: &str,
    command: &[String],
    tty: bool,
    tls: &TlsOptions,
)

Source from the content-addressed store, hash-verified

577}
578
579pub(crate) async fn sandbox_exec_without_exec(
580 server: &str,
581 name: &str,
582 command: &[String],
583 tty: bool,
584 tls: &TlsOptions,
585) -> Result<()> {
586 sandbox_exec_with_mode(server, name, command, tty, tls, false).await
587}
588
589/// What to pack into the tar archive streamed to the sandbox.
590enum UploadSource {

Callers 1

sandbox_createFunction · 0.85

Calls 1

sandbox_exec_with_modeFunction · 0.85

Tested by

no test coverage detected