Name of the project marker directory for this project root.
(project_root: &Path)
| 326 | |
| 327 | /// Name of the project marker directory for this project root. |
| 328 | pub 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. |
| 334 | pub fn db_filename(data_dir: &Path) -> &'static str { |
no outgoing calls
no test coverage detected