MCPcopy
hub / github.com/Alishahryar1/free-claude-code / get

Method get

tests/api/test_admin.py:530–531  ·  view source on GitHub ↗
(self, url: str)

Source from the content-addressed store, hash-verified

528 return None
529
530 async def get(self, url: str):
531 return httpx.Response(200, json={"data": []})
532
533 with patch("api.admin_routes.httpx.AsyncClient", FakeAsyncClient):
534 response = _local_client(app).get("/admin/api/providers/local-status")

Callers 15

_resolve_model_idFunction · 0.45
_transcribe_localFunction · 0.45
_process_node_implMethod · 0.45
parse_cli_eventFunction · 0.45
dispatch_commandFunction · 0.45
process_parsed_cli_eventFunction · 0.45
get_status_for_eventFunction · 0.45
task_heading_from_inputFunction · 0.45
applyMethod · 0.45
_append_thinkingMethod · 0.45
_append_textMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected