(self)
| 112 | } |
| 113 | |
| 114 | async fn list_containers(self) -> Result<ListContainersResponse> { |
| 115 | list_containers().await |
| 116 | } |
| 117 | } |
| 118 | |
| 119 | pub(crate) async fn list_containers() -> Result<ListContainersResponse> { |
nothing calls this directly
no test coverage detected