Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImGoodBai/MapGoGoGo
/ new_id
Function
new_id
backend/app/main.py:54–55 ·
view source on GitHub ↗
(prefix: str)
Source
from the content-addressed store, hash-verified
52
53
54
def
new_id(prefix: str) -> str:
55
return
f
"{prefix}_{uuid.uuid4().hex[:16]}"
56
57
58
def
manual_unlock_enabled() -> bool:
Callers
3
get_or_create_participant
Function · 0.85
record_event
Function · 0.85
create_challenge
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected