Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cedar-policy/cedar-java
/ as_ref
Method
as_ref
CedarJavaFFI/src/objects.rs:156–158 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
154
155
impl<
'a> AsRef<JObject<'
a>> for JEntityTypeName<'a> {
156
fn as_ref(&self) -> &JObject<'a> {
157
&self.obj
158
}
159
}
160
161
/// Typed wrapper representing java Optionals
Callers
2
new
Method · 0.45
of
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected