MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / db

Method db

src/tracedecay/lifecycle.rs:71–73  ·  view source on GitHub ↗

Returns a reference to the underlying database.

(&self)

Source from the content-addressed store, hash-verified

69
70 /// Returns a reference to the underlying database.
71 pub fn db(&self) -> &Database {
72 &self.db
73 }
74
75 async fn schema_version(db: &Database, operation: &str) -> Result<u32> {
76 let mut rows = db

Calls

no outgoing calls