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

Function active_data_dir_name

src/config.rs:328–331  ·  view source on GitHub ↗

Name of the project marker directory for this project root.

(project_root: &Path)

Source from the content-addressed store, hash-verified

326
327/// Name of the project marker directory for this project root.
328pub fn active_data_dir_name(project_root: &Path) -> &'static str {
329 let _ = project_root;
330 TRACEDECAY_DIR
331}
332
333/// Database filename appropriate for the given data directory.
334pub fn db_filename(data_dir: &Path) -> &'static str {

Callers 5

is_ignored_by_gitFunction · 0.85
is_in_local_gitignoreFunction · 0.85
add_to_gitignoreFunction · 0.85
handle_status_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected