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

Method refresh

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

Refresh cluster membership and connections

(
        &mut self,
        new_endpoints: Option<Vec<String>>,
    )

Source from the content-addressed store, hash-verified

54
55 /// Refresh cluster membership and connections
56 pub async fn refresh(
57 &mut self,
58 new_endpoints: Option<Vec<String>>,
59 ) -> std::result::Result<(), ClientApiError> {
60 self.client.refresh(new_endpoints).await
61 }
62
63 pub async fn execute_command(
64 &mut self,

Calls

no outgoing calls

Tested by

no test coverage detected