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

Function get_tracedecay_dir

src/config.rs:323–325  ·  view source on GitHub ↗

Returns the project marker directory for the given project root. New runtime storage lives in the user-level profile shard. The project root only carries lightweight marker/config files under `.tracedecay/`.

(project_root: &Path)

Source from the content-addressed store, hash-verified

321/// New runtime storage lives in the user-level profile shard. The project root
322/// only carries lightweight marker/config files under `.tracedecay/`.
323pub fn get_tracedecay_dir(project_root: &Path) -> PathBuf {
324 project_root.join(TRACEDECAY_DIR)
325}
326
327/// Name of the project marker directory for this project root.
328pub fn active_data_dir_name(project_root: &Path) -> &'static str {

Callers 7

get_project_db_pathFunction · 0.85
get_config_pathFunction · 0.85
classify_project_storageFunction · 0.85
init_and_indexFunction · 0.85
handle_status_commandFunction · 0.85

Calls

no outgoing calls

Tested by 1