Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
def
manual_unlock_enabled() -> bool:
59
return
os.environ.get(
"MAPGAME_ALLOW_MANUAL_UNLOCK"
) ==
"1"
60
61
62
class
ParticipantUpdate(BaseModel):
Callers
1
unlock_cells
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected