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

Method str

cel/src/objects.rs:1753–1758  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1751#[cfg(feature = "chrono")]
1752impl TsOp {
1753 fn str(&self) -> &'static str {
1754 match self {
1755 TsOp::Add => "add",
1756 TsOp::Sub => "sub",
1757 }
1758 }
1759}
1760
1761/// Performs a checked arithmetic operation [`TsOp`] on a timestamp and a duration and ensures that

Callers 1

checked_opFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected