Searched refs:get_instance_id (Results 1 – 3 of 3) sorted by relevance
70 if let Some(id) = super::get_instance_id()? { in hidden_input_from_instance_id()
107 let id = super::get_instance_id()?.ok_or(anyhow!("Missing instance_id"))?; in new()
152 fn get_instance_id() -> Result<Option<[u8; ID_SIZE]>> { in get_instance_id() function