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

Method value

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

Source from the content-addressed store, hash-verified

470 OptionalValue { value: None }
471 }
472 pub fn value(&self) -> Option<&Value> {
473 self.value.as_ref()
474 }
475
476 pub(crate) fn inner(&self) -> Option<&Value> {
477 self.value.as_ref()

Callers 4

optional_valueFunction · 0.80
optional_has_valueFunction · 0.80
optional_or_optionalFunction · 0.80
optional_or_valueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected