(query_params: Dict[str, Any], _body: Dict[str, Any])
| 156 | ) |
| 157 | |
| 158 | |
| 159 | def _api_wiki_stats(query_params: Dict[str, Any], _body: Dict[str, Any]) -> Dict[str, Any]: |
| 160 | return agents.wiki_stats(_required_user(query_params)) |
| 161 | |
| 162 |
nothing calls this directly
no test coverage detected