MCPcopy 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
155impl<'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

newMethod · 0.45
ofMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected