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

Method db_path

tests/memory_suite/memory_eval_test.rs:270–274  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

268
269impl Fixture {
270 fn db_path(&self) -> PathBuf {
271 tracedecay::storage::resolve_layout(&self.project_path, &self.home_path.join(".tracedecay"))
272 .expect("resolve fixture storage layout")
273 .graph_db_path
274 }
275
276 fn command(&self) -> Command {
277 let mut command = Command::new(env!("CARGO_BIN_EXE_tracedecay"));

Calls 1

resolve_layoutFunction · 0.85

Tested by

no test coverage detected