(query_params: Dict[str, Any], _body: Dict[str, Any])
| 145 | return agents.get_profile(_required_user(query_params)) |
| 146 | |
| 147 | |
| 148 | def _api_latest_push(query_params: Dict[str, Any], _body: Dict[str, Any]) -> Dict[str, Any]: |
| 149 | return agents.load_latest_push(_required_user(query_params)) |
| 150 | |
| 151 |
nothing calls this directly
no test coverage detected