MCPcopy Create free account
hub / github.com/alpha2phi/python-apps / create_client

Function create_client

graphql-ml-serving/backend/config.py:9–13  ·  view source on GitHub ↗
(client_id)

Source from the content-addressed store, hash-verified

7
8
9def create_client(client_id):
10 if not clients.get(client_id):
11 client = {"client_id": client_id}
12 clients[client_id] = client
13 return {"success": True, "client": client}

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected