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

Method hash

cel/src/objects.rs:157–159  ·  view source on GitHub ↗
(&self, state: &mut H)

Source from the content-addressed store, hash-verified

155
156impl<'a> std::hash::Hash for dyn AsKeyRef + 'a {
157 fn hash<H: std::hash::Hasher>(&self, state: &mut H) {
158 self.as_keyref().hash(state)
159 }
160}
161
162impl<'a> PartialOrd for dyn AsKeyRef + 'a {

Callers

nothing calls this directly

Calls 1

as_keyrefMethod · 0.45

Tested by

no test coverage detected