Searched refs:rule_json (Results 1 – 1 of 1) sorted by relevance
183 def check_infinite_loops_in_rule(config_json, rule_json, call_stack=[]): argument192 call_stack.append(rule_json["id"])193 for action in rule_json.get("actions", {}):