MCPcopy Create free account
hub / github.com/ImGoodBai/MapGoGoGo / default_nickname

Function default_nickname

backend/app/main.py:100–101  ·  view source on GitHub ↗
(participant_id: str)

Source from the content-addressed store, hash-verified

98
99
100def default_nickname(participant_id: str) -> str:
101 return f"探索者 {participant_id[-4:].upper()}"
102
103
104def get_or_create_participant(

Callers 2

update_meFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected