Returns the hash of the node. Returns: The node id.:
(&self)
| 147 | /// Returns: |
| 148 | /// The node id.: |
| 149 | pub fn __hash__(&self) -> u64 { |
| 150 | calculate_hash(&self.node.id()) |
| 151 | } |
| 152 | |
| 153 | /// Returns the id of the node. |
| 154 | /// This is a unique identifier for the node. |
nothing calls this directly
no test coverage detected