MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / hook_marker_file

Function hook_marker_file

src/daemon.rs:449–451  ·  view source on GitHub ↗
(agent: &str)

Source from the content-addressed store, hash-verified

447
448#[cfg(not(unix))]
449fn 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))]
454fn read_hook_marker_secs(path: &Path) -> Option<i64> {

Callers 2

notify_hook_eventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected