Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImGoodBai/MapGoGoGo
/ StatusIn
Class
StatusIn
backend/app/main.py:96–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
95
96
class
StatusIn(BaseModel):
97
status: str = Field(pattern=
"^(active|paused|closed)$"
)
98
99
100
def
default_nickname(participant_id: str) -> str:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected