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

Method db_path

src/global_db.rs:766–768  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

764
765impl GlobalDb {
766 pub fn db_path(&self) -> &Path {
767 &self.db_path
768 }
769
770 async fn open_local(db_path: &Path, read_only: bool) -> Option<Self> {
771 let storage_root = db_path

Callers 2

check_databaseFunction · 0.45
sample_databaseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected