MCPcopy Create free account
hub / github.com/Pometry/Raphtory / is_some

Method is_some

raphtory-api/src/python/timeindex.rs:418–420  ·  view source on GitHub ↗

Returns true if the OptionalEventTime contains an EventTime. Returns: bool:

(&self)

Source from the content-addressed store, hash-verified

416 /// Returns:
417 /// bool:
418 pub fn is_some(&self) -> bool {
419 self.inner.is_some()
420 }
421
422 /// Returns the contained EventTime if it exists, or else None.
423 ///

Calls

no outgoing calls