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

Class Duration

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

Source from the content-addressed store, hash-verified

52#[cfg(feature = "chrono")]
53#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Debug, Hash)]
54pub struct Duration(pub chrono::Duration);
55
56#[cfg(feature = "chrono")]
57impl Duration {

Callers 5

durationFunction · 0.70
test_cel_value_to_jsonFunction · 0.70
try_fromMethod · 0.70
subMethod · 0.70
arbitrary_valueFunction · 0.50

Calls

no outgoing calls

Tested by 1

test_cel_value_to_jsonFunction · 0.56