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

Method contains

graphlite/src/storage/value.rs:80–82  ·  view source on GitHub ↗

Check if a datetime falls within this time window

(&self, dt: &DateTime<Utc>)

Source from the content-addressed store, hash-verified

78
79 /// Check if a datetime falls within this time window
80 pub fn contains(&self, dt: &DateTime<Utc>) -> bool {
81 dt >= &self.start && dt <= &self.end
82 }
83
84 /// Get the duration of this time window in seconds
85 pub fn duration_seconds(&self) -> i64 {

Callers 15

handle_gqlFunction · 0.80
value_to_csv_stringMethod · 0.80
cascade_invalidationMethod · 0.80
contains_valueMethod · 0.80
get_graph_namesMethod · 0.80
add_labelMethod · 0.80
load_graph_by_pathMethod · 0.80
classify_severityMethod · 0.80
create_indexMethod · 0.80
index_existsMethod · 0.80
analysis_phaseMethod · 0.80

Calls

no outgoing calls