MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / list_containers

Method list_containers

guest-agent/src/guest_api_service.rs:114–116  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

112 }
113
114 async fn list_containers(self) -> Result<ListContainersResponse> {
115 list_containers().await
116 }
117}
118
119pub(crate) async fn list_containers() -> Result<ListContainersResponse> {

Callers

nothing calls this directly

Calls 1

list_containersFunction · 0.85

Tested by

no test coverage detected