MCPcopy Create free account
hub / github.com/cel-rust/cel-rust / Timestamp

Class Timestamp

cel/src/ser.rs:143–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141#[cfg(feature = "chrono")]
142#[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Debug, Hash)]
143pub struct Timestamp(pub chrono::DateTime<FixedOffset>);
144
145#[cfg(feature = "chrono")]
146impl Timestamp {

Callers 4

test_timestamp_variableFunction · 0.70
try_fromMethod · 0.70
checked_opFunction · 0.70
arbitrary_valueFunction · 0.50

Calls

no outgoing calls

Tested by 1

test_timestamp_variableFunction · 0.56