Trigger a flush of the underlying storage if disk storage is enabled Returns: None: This function does not return a value, if the operation is successful.
(&self)
| 218 | /// Returns: |
| 219 | /// None: This function does not return a value, if the operation is successful. |
| 220 | pub fn flush(&self) -> Result<(), GraphError> { |
| 221 | self.graph.flush() |
| 222 | } |
| 223 | |
| 224 | /// Return a read-only handle to this graph. |
| 225 | /// |
no outgoing calls
no test coverage detected