(&self, network_path: &[NodeId], local_id: NodeId)
| 410 | } |
| 411 | |
| 412 | fn get(&self, network_path: &[NodeId], local_id: NodeId) -> Option<&UiState> { |
| 413 | self.entries.get(&(network_path.to_vec(), local_id)) |
| 414 | } |
| 415 | } |
| 416 | |
| 417 | impl NodeMetadataSource for TestMetadata { |