MCPcopy Create free account
hub / github.com/deventlab/d-engine / refresh_client

Method refresh_client

d-engine-server/tests/client_manager/mod.rs:51–53  ·  view source on GitHub ↗

Update Leader client (polling all nodes)

(&mut self)

Source from the content-addressed store, hash-verified

49
50 /// Update Leader client (polling all nodes)
51 async fn refresh_client(&mut self) -> std::result::Result<(), ClientApiError> {
52 self.client.refresh(None).await
53 }
54
55 /// Refresh cluster membership and connections
56 pub async fn refresh(

Callers 1

execute_commandMethod · 0.80

Calls 1

refreshMethod · 0.45

Tested by

no test coverage detected