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

Method inner

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

Source from the content-addressed store, hash-verified

474 }
475
476 pub(crate) fn inner(&self) -> Option<&Value> {
477 self.value.as_ref()
478 }
479}
480
481impl Opaque for OptionalValue {

Callers 3

try_fromMethod · 0.45
resolve_valMethod · 0.45
try_boolFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected