MCPcopy Create free account
hub / github.com/BigBoot/AutoKuma / add_docker_host

Method add_docker_host

kuma-client/src/client.rs:1189–1191  ·  view source on GitHub ↗
(self: &Arc<Self>, docker_host: &mut DockerHost)

Source from the content-addressed store, hash-verified

1187 }
1188
1189 pub async fn add_docker_host(self: &Arc<Self>, docker_host: &mut DockerHost) -> Result<()> {
1190 self.edit_docker_host(docker_host).await
1191 }
1192
1193 pub async fn edit_docker_host(self: &Arc<Self>, docker_host: &mut DockerHost) -> Result<()> {
1194 docker_host.id = self

Callers 2

create_entityMethod · 0.80
handleFunction · 0.80

Calls 1

edit_docker_hostMethod · 0.80

Tested by

no test coverage detected