Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
def
default_nickname(participant_id: str) -> str:
101
return
f
"探索者 {participant_id[-4:].upper()}"
102
103
104
def
get_or_create_participant(
Callers
2
get_or_create_participant
Function · 0.85
update_me
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected