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

Function _api_must_read

deployments/desktop/server.py:230–231  ·  view source on GitHub ↗
(query_params: Dict[str, Any], _body: Dict[str, Any])

Source from the content-addressed store, hash-verified

228 return agents.get_reading_reports_task(str(query_params.get("task_id") or "").strip())
229
230
231def _api_must_read(query_params: Dict[str, Any], _body: Dict[str, Any]) -> Dict[str, Any]:
232 return agents.list_must_read(_required_user(query_params))
233
234

Callers

nothing calls this directly

Calls 1

_required_userFunction · 0.85

Tested by

no test coverage detected