MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _downweight_topics

Function _downweight_topics

scripts/drift_engine.py:230–231  ·  view source on GitHub ↗
(profile: Dict[str, Any])

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

_canonicalize_topicsFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected