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

getMethod · 0.45
putMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected