Complete 100% function doc coverage

This commit is contained in:
2026-06-01 17:14:02 +02:00
parent ee7d1b4231
commit 8c3f0e2fd3
7 changed files with 58 additions and 10 deletions
+1
View File
@@ -64,6 +64,7 @@ pub fn log_path() -> PathBuf {
exe_dir().join("transaction.log")
}
/// Return the directory containing the running executable.
fn exe_dir() -> PathBuf {
std::env::current_exe()
.ok()