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

Function _api_github_sync

deployments/desktop/server.py:193–197  ·  view source on GitHub ↗
(_query_params: Dict[str, Any], body: Dict[str, Any])

Source from the content-addressed store, hash-verified

191 return agents.refresh_wiki(str(body.get("user_id") or "").strip())
192
193
194def _api_github_sync(_query_params: Dict[str, Any], body: Dict[str, Any]) -> Dict[str, Any]:
195 return agents.sync_reading_notes_github(
196 str(body.get("user_id") or "").strip(),
197 response_language=_response_language(body),
198 )
199
200

Callers

nothing calls this directly

Calls 2

_response_languageFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected