Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/diffgram/diffgram
/ create_random_string
Function
create_random_string
default/methods/auth/api/auth_api_new.py:148–150 ·
view source on GitHub ↗
(length)
Source
from the content-addressed store, hash-verified
146
147
148
def
create_random_string(length):
149
return
''
.join(random.choice(string.ascii_lowercase + \
150
string.digits)
for
x in range(length))
Callers
1
create_client_auth_pair
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected