MCPcopy 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
29async def lifespan(_: FastAPI):
30 init_db()
31 yield
32
33
34app = FastAPI(title="MapGame 点亮挑战 API", lifespan=lifespan)

Callers

nothing calls this directly

Calls 1

init_dbFunction · 0.85

Tested by

no test coverage detected