(agent: &str)
| 447 | |
| 448 | #[cfg(not(unix))] |
| 449 | fn hook_marker_file(agent: &str) -> &'static str { |
| 450 | HookAgent::from_wire(agent).map_or(".daemon_hook_shell_sync_at", HookAgent::sync_marker_file) |
| 451 | } |
| 452 | |
| 453 | #[cfg(not(unix))] |
| 454 | fn read_hook_marker_secs(path: &Path) -> Option<i64> { |
no outgoing calls
no test coverage detected