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

Function upload_archive_dir_entry_path

crates/openshell-cli/src/ssh.rs:683–687  ·  view source on GitHub ↗
(archive_path: &Path)

Source from the content-addressed store, hash-verified

681}
682
683fn upload_archive_dir_entry_path(archive_path: &Path) -> PathBuf {
684 let mut path = archive_path.as_os_str().to_os_string();
685 path.push("/");
686 PathBuf::from(path)
687}
688
689fn append_upload_dir_contents<W: Write>(
690 archive: &mut tar::Builder<W>,

Callers 1

append_upload_pathFunction · 0.85

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected