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

Function _api_latest_push

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

Source from the content-addressed store, hash-verified

145 return agents.get_profile(_required_user(query_params))
146
147
148def _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

Callers

nothing calls this directly

Calls 1

_required_userFunction · 0.85

Tested by

no test coverage detected