MCPcopy 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
54def new_id(prefix: str) -> str:
55 return f"{prefix}_{uuid.uuid4().hex[:16]}"
56
57
58def manual_unlock_enabled() -> bool:

Callers 3

record_eventFunction · 0.85
create_challengeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected