Skip to main content

upsert_agent_at

Function upsert_agent_at 

Source
pub fn upsert_agent_at(
    storage_root: &Path,
    agent: AgentDefinition,
    now_unix: u64,
) -> Result<(), String>
Expand description

upsert_agent with an explicit now_unix timestamp, for deterministic testing and callers that already hold a clock reading.