MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / hash

Method hash

graphlite/src/storage/value.rs:510–515  ·  view source on GitHub ↗
(&self, state: &mut H)

Source from the content-addressed store, hash-verified

508
509impl Hash for TimeWindow {
510 fn hash<H: Hasher>(&self, state: &mut H) {
511 self.start.timestamp().hash(state);
512 self.start.timestamp_subsec_nanos().hash(state);
513 self.end.timestamp().hash(state);
514 self.end.timestamp_subsec_nanos().hash(state);
515 }
516}
517
518impl Hash for TemporalValue {

Callers 1

partition_indexMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected