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/jmap.rs:85–87 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
83
84
impl<
'a, T, U> AsRef<JObject<'
a>> for Map<'a, T, U> {
85
fn as_ref(&self) -> &JObject<'a> {
86
&self.obj
87
}
88
}
Callers
2
get
Method · 0.45
put
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected