Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
481
impl Opaque for OptionalValue {
Callers
3
try_from
Method · 0.45
resolve_val
Method · 0.45
try_bool
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected