router.get("/install/callback", name="github_install_callback")
| 1 | import logging |
| 2 | import hmac |
| 3 | import hashlib |
| 4 | from fastapi import APIRouter, Request, Depends, HTTPException |
nothing calls this directly
no outgoing calls
no test coverage detected