pub async fn upsert(
pool: &Pool,
agent_instance_hierarchy: &str,
value: AgentRefValue,
) -> Result<(), Error>Expand description
Insert-or-replace the definition source for an AIH. Blind: prior values are overwritten unconditionally, whichever variant they held.