Home
last modified time | relevance | path

Searched refs:check_constraint_on_node (Results 1 – 1 of 1) sorted by relevance

/system/secretkeeper/dice_policy/src/
Dlib.rs238 check_constraint_on_node(constraint, dice_node)?; in check_constraints_on_node()
243 fn check_constraint_on_node(constraint: &Constraint, dice_node: &Value) -> Result<(), Error> { in check_constraint_on_node() function