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

Function manual_unlock_enabled

backend/app/main.py:58–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56
57
58def manual_unlock_enabled() -> bool:
59 return os.environ.get("MAPGAME_ALLOW_MANUAL_UNLOCK") == "1"
60
61
62class ParticipantUpdate(BaseModel):

Callers 1

unlock_cellsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected