(rule: dict[str, Any])
| 1389 | |
| 1390 | |
| 1391 | def _domain_route_label(rule: dict[str, Any]) -> str: |
| 1392 | return str(rule.get("route_to") or rule.get("label") or "").strip() |
| 1393 | |
| 1394 | |
| 1395 | def _domain_match_terms(rule: dict[str, Any]) -> list[str]: |
no outgoing calls
no test coverage detected