MCPcopy Create free account
hub / github.com/cedar-policy/cedar-java / as_ref

Method as_ref

CedarJavaFFI/src/jlist.rs:112–114  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

110
111impl<'a, T> AsRef<JObject<'a>> for List<'a, T> {
112 fn as_ref(&self) -> &JObject<'a> {
113 &self.obj
114 }
115}
116
117pub fn jstr_list_to_rust_vec<'a>(

Callers 2

addMethod · 0.45
as_ref_returns_jobjectFunction · 0.45

Calls

no outgoing calls

Tested by 1

as_ref_returns_jobjectFunction · 0.36