MCPcopy Index your code
hub / github.com/cedar-policy/cedar-java / as_ref

Method as_ref

CedarJavaFFI/src/jset.rs:59–61  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

57
58impl<'a, T> AsRef<JObject<'a>> for Set<'a, T> {
59 fn as_ref(&self) -> &JObject<'a> {
60 &self.obj
61 }
62}
63#[cfg(test)]
64mod jset_tests {

Callers 15

parseJsonSchemaJniFunction · 0.45
parseCedarSchemaJniFunction · 0.45
parsePolicyJniFunction · 0.45
policySetToJsonFunction · 0.45
parsePoliciesJniFunction · 0.45
parse_policies_internalFunction · 0.45
getPolicyAnnotationsJniFunction · 0.45
parsePolicyTemplateJniFunction · 0.45
toJsonJniFunction · 0.45
policyEffectJniFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_as_refFunction · 0.36