(hermes_home: &Path)
| 135 | } |
| 136 | |
| 137 | pub fn hermes_profile_session_db_path(hermes_home: &Path) -> PathBuf { |
| 138 | hermes_home |
| 139 | .join(crate::config::TRACEDECAY_DIR) |
| 140 | .join(PROJECT_SESSION_DB_FILENAME) |
| 141 | } |
| 142 | |
| 143 | pub fn resolve_hermes_profile_session_db_path( |
| 144 | hermes_home: &Path, |
no outgoing calls
no test coverage detected