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

Function project_data_dir

tests/daemon_suite/git_watch_test.rs:76–80  ·  view source on GitHub ↗
(project: &Path)

Source from the content-addressed store, hash-verified

74}
75
76fn project_data_dir(project: &Path) -> PathBuf {
77 resolve_layout_for_current_profile(project)
78 .unwrap_or_else(|err| panic!("failed to resolve test project storage layout: {err}"))
79 .data_root
80}
81
82/// Initialises a git repo with one indexed file on `main` and returns the
83/// indexed project root. Mirrors the watcher's precondition: a project already

Calls 1

Tested by

no test coverage detected