Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
impl<
'a, T> AsRef<JObject<'
a>> for Set<'a, T> {
59
fn as_ref(&self) -> &JObject<'a> {
60
&self.obj
61
}
62
}
63
#[cfg(test)]
64
mod jset_tests {
Callers
15
json_stateful_is_authorized
Function · 0.45
parseJsonSchemaJni
Function · 0.45
parseCedarSchemaJni
Function · 0.45
parsePolicyJni
Function · 0.45
policySetToJson
Function · 0.45
parsePoliciesJni
Function · 0.45
parse_policies_internal
Function · 0.45
getPolicyAnnotationsJni
Function · 0.45
getTemplateAnnotationsJni
Function · 0.45
parsePolicyTemplateJni
Function · 0.45
toJsonJni
Function · 0.45
policyEffectJni
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_as_ref
Function · 0.36