(instance_id: &str)
| 270 | pub const GLOBAL_ACME_ATTESTATION: &str = "global/acme_attestation"; |
| 271 | |
| 272 | pub fn inst(instance_id: &str) -> String { |
| 273 | format!("{INST_PREFIX}{instance_id}") |
| 274 | } |
| 275 | |
| 276 | pub fn node_info(node_id: NodeId) -> String { |
| 277 | format!("{NODE_INFO_PREFIX}{node_id}") |
no outgoing calls
no test coverage detected