Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImGoodBai/MapGoGoGo
/ lifespan
Function
lifespan
backend/app/main.py:29–31 ·
view source on GitHub ↗
(_: FastAPI)
Source
from the content-addressed store, hash-verified
27
28
@asynccontextmanager
29
async
def
lifespan(_: FastAPI):
30
init_db()
31
yield
32
33
34
app = FastAPI(title=
"MapGame 点亮挑战 API"
, lifespan=lifespan)
Callers
nothing calls this directly
Calls
1
init_db
Function · 0.85
Tested by
no test coverage detected