(node_id: NodeId, seen_by: NodeId)
| 297 | } |
| 298 | |
| 299 | pub fn last_seen_node(node_id: NodeId, seen_by: NodeId) -> String { |
| 300 | format!("{LAST_SEEN_NODE_PREFIX}{node_id}/{seen_by}") |
| 301 | } |
| 302 | |
| 303 | pub fn last_seen_node_prefix(node_id: NodeId) -> String { |
| 304 | format!("{LAST_SEEN_NODE_PREFIX}{node_id}/") |
no outgoing calls
no test coverage detected