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

Method shrink_database

kuma-client/src/client.rs:1240–1243  ·  view source on GitHub ↗
(self: &Arc<Self>)

Source from the content-addressed store, hash-verified

1238 }
1239
1240 pub async fn shrink_database(self: &Arc<Self>) -> Result<()> {
1241 let _: bool = self.call("shrinkDatabase", vec![], "/ok", true).await?;
1242 Ok(())
1243 }
1244
1245 pub async fn connect(self: &Arc<Self>) -> Result<()> {
1246 let mut tls_config = TlsConnector::builder();

Callers 1

handleFunction · 0.80

Calls 1

callMethod · 0.45

Tested by

no test coverage detected