MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / end

Method end

indexer/src/main.rs:231–234  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

229 }
230
231 async fn end(&mut self) -> Result<()> {
232 self.db.close().await?;
233 Ok(())
234 }
235
236 fn finish(self) -> Result<()> {
237 Ok(())

Callers 1

runFunction · 0.45

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected