MCPcopy Index your code
hub / github.com/fastapi/fastapi / Settings

Class Settings

scripts/contributors.py:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114
115class Settings(BaseSettings):
116 github_token: SecretStr
117 github_repository: str
118 httpx_timeout: int = 30
119
120
121def get_graphql_response(

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…