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

Method wait_container

src/docker/proxy_manager.rs:942–944  ·  view source on GitHub ↗
(&self, _id: &str)

Source from the content-addressed store, hash-verified

940 }
941
942 async fn wait_container(&self, _id: &str) -> Result<i64, String> {
943 Ok(0)
944 }
945
946 async fn kill_container(&self, _id: &str) -> Result<(), String> {
947 Ok(())

Callers 1

stream_container_logsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected