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

Class TimeWindow

graphlite/src/storage/value.rs:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63/// Time window for temporal range operations
64#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
65pub struct TimeWindow {
66 pub start: DateTime<Utc>,
67 pub end: DateTime<Utc>,
68}
69
70impl TimeWindow {
71 /// Create a new time window

Callers 3

fromMethod · 0.85
executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected