Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
def
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
get
Method · 0.45
Tested by
no test coverage detected