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

Class ContributorsResults

scripts/contributors.py:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166
167
168class ContributorsResults(BaseModel):
169 contributors: Counter[str]
170 translation_reviewers: Counter[str]
171 translators: Counter[str]
172 authors: dict[str, Author]
173
174
175def get_contributors(pr_nodes: list[PullRequestNode]) -> ContributorsResults:

Callers 1

get_contributorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…