(path: &Path, line: &str)
| 138 | } |
| 139 | |
| 140 | fn append_private_jsonl(path: &Path, line: &str) { |
| 141 | let _ = crate::storage::PrivateStoreIo::append_line(path, line); |
| 142 | } |
| 143 | |
| 144 | fn now_unix_millis() -> u64 { |
| 145 | SystemTime::now() |
no outgoing calls
no test coverage detected