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

Method home

tests/common/mod.rs:135–137  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

133 }
134
135 pub fn home(&self) -> &Path {
136 self.storage.home()
137 }
138}
139
140/// Sets [`GLOBAL_DB_ENV`] to a test DB path for the guard's lifetime.

Calls

no outgoing calls