(profile: Dict[str, Any])
| 228 | |
| 229 | def _downweight_topics(profile: Dict[str, Any]) -> List[str]: |
| 230 | return _canonicalize_topics(list((profile.get("drift_plan", {}) or {}).get("downweight_topics", []) or [])) |
| 231 | |
| 232 | |
| 233 | def initialize_hidden_anchor( |
| 234 | profile: Dict[str, Any], |
no test coverage detected