MCPcopy Create free account
hub / github.com/dtormoen/tsk-tsk / upload_to_container

Method upload_to_container

src/docker/proxy_manager.rs:996–1003  ·  view source on GitHub ↗
(
                &self,
                _id: &str,
                _dest_path: &str,
                _tar_data: Vec<u8>,
            )

Source from the content-addressed store, hash-verified

994 }
995
996 async fn upload_to_container(
997 &self,
998 _id: &str,
999 _dest_path: &str,
1000 _tar_data: Vec<u8>,
1001 ) -> Result<(), String> {
1002 Ok(())
1003 }
1004
1005 async fn create_internal_network(&self, _name: &str) -> Result<String, String> {
1006 Ok("internal-network-id".to_string())

Callers 1

run_container_innerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected